TlsClientSocket Constructor
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9147)
TlsClientSocket()
Initializes an instance of the Tls
Declaration
public TlsClientSocket()
Remarks
The default constructor initializes an instance of the Tls
TlsClientSocket(Socket)
Initializes an instance of the Tls
Declaration
public TlsClientSocket(Socket socket)
Parameters
Type | Name | Description |
---|---|---|
Socket | socket | Base socket. |
Remarks
Use this if you need to upgrade an existing socket to use TLS.