Gets or sets proxy information for the request.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Overrides Property Proxy As IWebProxy Get Set |
C# |
---|
public override IWebProxy Proxy { get; set; } |
Field Value
The FtpProxy instance to use to proxy the request.Remarks
The Proxy property identifies the FtpProxy instance to use to process requests to Internet resources. To specify that no proxy should be used, set the Proxy property to the proxy instance returned by the GetEmptyWebProxy()()()() method.
If this property is not set to an instance of FtpProxy, it is ignored.