TlsStream.write
TlsIOResult write(const(ubyte)[] data) @trustedWrite data to be encrypted and sent.
Parameters
data | Data to encrypt and send. |
Returns
TlsIOResult with bytes written and status.
TlsIOResult write(const(ubyte)[] data) @trustedWrite data to be encrypted and sent.
data | Data to encrypt and send. |