TlsServerSocket Constructor
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9083)
TlsServerSocket(Socket)
Initializes an instance of the TlsServerSocket class with the specified base socket.
Declaration
public TlsServerSocket(Socket socket)
Parameters
Type | Name | Description |
---|---|---|
Socket | socket | Base socket. |
Remarks
Use this if you need to upgrade an existing socket to use TLS.