ProxySocket Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
ProxySocket()
Initializes an empty instance of the Proxy
Declaration
public ProxySocket()
Remarks
The default constructor initializes an instance of the Proxy
ProxySocket(Socket)
Initializes a new instance of the Proxy
Declaration
public ProxySocket(Socket socket)
Parameters
Type | Name | Description |
---|---|---|
Socket | socket | Socket to base the Proxy |
ProxySocket(Proxy)
Initializes a new instance of Proxy
Declaration
public ProxySocket(Proxy proxy)
Parameters
Type | Name | Description |
---|---|---|
Proxy | proxy | Contains parameters used to initialize this Proxy |