Proxy Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Proxy()
Initializes an empty instance of the Proxy class.
Declaration
public Proxy()
Remarks
The default constructor initializes an empty instance of the Proxy
class with the Proxy
Proxy(ProxyType, String, Int32)
Initializes a new instance of the Proxy class.
Declaration
public Proxy(ProxyType proxyType, string host, int port)