ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearRemoteFile Class
Fields Methods


In This Topic
    ImGearRemoteFile Class Members
    In This Topic

    The following tables list the members exposed by ImGearRemoteFile.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets domain of user account (part of credentials to access file).  
    Public FieldGets or sets password (part of credentials to access file).  
    Public FieldGets or sets address of proxy server to use.  
    Public FieldGets or sets port number of proxy server to use.  
    Public FieldGets or sets a value indicating whether or not to use ImGearWebStream (preferred for multi-page files).  
    Public FieldGets or sets a value indicating whether or not to use a proxy server.  
    Public FieldGets or sets username (part of credentials to access file).  
    Top
    Public Methods
     NameDescription
    Public MethodThis method creates a .NET WebRequest using the parameters defined by the properties of the ImGearRemoteFile class object.  
    Public MethodThis method creates an ImageGear.Formats.ImGearWebStream class using the parameters defined by the properties of the ImGearRemoteFile class object.  
    Public MethodDownloads contents of requested file.  
    Public MethodUploads local content to remote resource.  
    Top
    See Also