FtpWebRequest.Proxy Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Proxy
Gets or sets proxy information for the request.
Declaration
public override IWebProxy Proxy { get; set; }
Property Value
Type | Description |
---|---|
IWebProxy | The FtpProxy instance to use to proxy the request. |
Overrides
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.