FtpProxy.BypassList Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
BypassList
Gets or sets an array of addresses that do not use the proxy server. Inherited from Proxy.
Declaration
public string[] BypassList { get; set; }
Property Value
Type | Description |
---|---|
String[] | An array containing a list of regular expressions that describe URIs that will not use the proxy server when accessed. |
Remarks
Not supported by Rebex FTP for .NET Compact Framework.