ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearRemoteFile Class / Download Method




In This Topic
    Download Method
    In This Topic
    Downloads contents of requested file.
    Syntax
    'Declaration
     
    Public Function Download() As MemoryStream
    'Usage
     
    Dim instance As ImGearRemoteFile
    Dim value As MemoryStream
     
    value = instance.Download()
    public MemoryStream Download()
    public: MemoryStream* Download(); 
    public:
    MemoryStream^ Download(); 

    Return Value

    System.IO.MemoryStream class.
    Remarks
    It uses its own WebRequest object to do this, so it's not necessary to create one with the CreateRequest method before calling this method.
    See Also