SslSocket

Represents a secure TCP socket using SSLv3.

class SslSocket : Socket {}

Constructors

this
this(AddressFamily af)

Create a new unconnected and blocking SSL socket.

Meta