ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearRemoteFile Class / ProxyPort Field




In This Topic
    ProxyPort Field
    In This Topic
    Gets or sets port number of proxy server to use.
    Syntax
    'Declaration
     
    Public ProxyPort As Integer
    'Usage
     
    Dim instance As ImGearRemoteFile
    Dim value As Integer
     
    value = instance.ProxyPort
     
    instance.ProxyPort = value
    public int ProxyPort
    public: int ProxyPort
    public:
    int ProxyPort

    Field Value

    Integer value.
    See Also