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




In This Topic
    UseProxy Field
    In This Topic
    Gets or sets a value indicating whether or not to use a proxy server.
    Syntax
    'Declaration
     
    Public UseProxy As Boolean
    'Usage
     
    Dim instance As ImGearRemoteFile
    Dim value As Boolean
     
    value = instance.UseProxy
     
    instance.UseProxy = value
    public bool UseProxy
    public: bool UseProxy
    public:
    bool UseProxy

    Field Value

    Boolean value.
    See Also