- 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.
Represents a secure TCP socket using SSLv3.