SslSocket

Represents a secure TCP socket using SSLv3.

Constructors

this
this(AddressFamily af)

Create a new unconnected and blocking SSL socket.

Members

Functions

connect
void connect(Address to)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
ptrdiff_t receive(void[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
ptrdiff_t receive(void[] buf, SocketFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(const(void)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(const(void)[] buf, SocketFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta