Rebex SFTP for .NET

Proxy Constructor ()

Initializes an empty instance of the WebProxy class.

public Proxy();

Remarks

The default constructor initializes an empty instance of the Proxy class with the ProxyType property set to ProxyType.None. When the ProxyType is set to ProxyType.None, the IsBypassed method returns true, and the GetProxy method returns the destination address.

See Also

Proxy Class | Rebex.Net Namespace | Proxy Constructor Overload List