ImageGear .NET - Updated
Download Method




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearRemoteFile Class : Download Method
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

Reference

ImGearRemoteFile Class
ImGearRemoteFile Members