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




In This Topic
    ProxyAddress Field
    In This Topic
    Gets or sets address of proxy server to use.
    Syntax
    'Declaration
     
    Public ProxyAddress As String
    'Usage
     
    Dim instance As ImGearRemoteFile
    Dim value As String
     
    value = instance.ProxyAddress
     
    instance.ProxyAddress = value
    public string ProxyAddress
    public: string* ProxyAddress
    public:
    String^ ProxyAddress

    Field Value

    String value.
    See Also