SSLSocketStream

Undocumented in source.
version(sslLibs)
class SSLSocketStream : SocketStream {}

Members

Functions

open
void open(AddressFamily fa)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SocketStream

open
void open(AddressFamily fa)
Undocumented in source. Be warned that the author may not have intended to support it.
so
Socket so [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isConnected
bool isConnected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
SocketStream connect(string host, ushort port, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(const(void)[] buff)
Undocumented in source.
receive
ptrdiff_t receive(void[] buff)
Undocumented in source. Be warned that the author may not have intended to support it.
readTimeout
Duration readTimeout [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta