TlsClientSocket Constructor
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9119)
TlsClientSocket()
Initializes an instance of the TlsClientSocket class.
Declaration
public TlsClientSocket()
Remarks
The default constructor initializes an instance of the TlsClientSocket.
TlsClientSocket(Socket)
Initializes an instance of the TlsClientSocket class with the specified base socket.
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.