Dirk



class  SslSocket: std.socket.Socket;

Represents a secure TCP socket using SSLv3.


this(AddressFamily af);

Create a new unconnected and blocking SSL socket.

See Also
irc.client.IrcClient.this