ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearRemoteFile Class |
The following tables list the members exposed by ImGearRemoteFile.
Name | Description | |
---|---|---|
ImGearRemoteFile Constructor | Overloaded. |
Name | Description | |
---|---|---|
Domain | Gets or sets domain of user account (part of credentials to access file). | |
Password | Gets or sets password (part of credentials to access file). | |
ProxyAddress | Gets or sets address of proxy server to use. | |
ProxyPort | Gets or sets port number of proxy server to use. | |
UseImGearWebStream | Gets or sets a value indicating whether or not to use ImGearWebStream (preferred for multi-page files). | |
UseProxy | Gets or sets a value indicating whether or not to use a proxy server. | |
UserName | Gets or sets username (part of credentials to access file). |
Name | Description | |
---|---|---|
CreateRequest | This method creates a .NET WebRequest using the parameters defined by the properties of the ImGearRemoteFile class object. | |
CreateWebStream | This method creates an ImageGear.Formats.ImGearWebStream class using the parameters defined by the properties of the ImGearRemoteFile class object. | |
Download | Downloads contents of requested file. | |
Upload | Uploads local content to remote resource. |