TlsStream.write
Write data to the TLS stream (will be encrypted).
This is a non-blocking operation.
Parameters
data | Data to write. |
Returns
Result indicating success with bytes written, or error/would-block status.
Write data to the TLS stream (will be encrypted).
This is a non-blocking operation.
data | Data to write. |