Constructor TlsServerSocket
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.