Initializes an empty instance of the ProxySocket class.
Initializes an empty instance of the ProxySocket class.
public ProxySocket();
Initializes a new instance of ProxySocket class with parameters provided in the supplied Proxy object.
public ProxySocket(Proxy);
Initializes a new instance of the ProxySocket class with the specified type, authentication method, hostname, port, and credentials.
public ProxySocket(ProxyType,ProxyAuthentication,string,int,string,string,string);
Initializes a new instance of the ProxySocket class with the specified proxy type, hostname, and port.
public ProxySocket(ProxyType,string,int);
Initializes a new instance of the ProxySocket class with the specified type, hostname, port, and username.
public ProxySocket(ProxyType,string,int,string);
Initializes a new instance of the ProxySocket class with the specified type, hostname, port, and credentials.
public ProxySocket(ProxyType,string,int,string,string);
ProxySocket Class | Rebex.Net Namespace