SSLSocket.write

Writes the passed buffer to the underlying socket stream. This will block until socket error.

As per Socket.write

class SSLSocket
override
write
(
const(void)[] src
)

Meta