TlsStream.read
TlsIOResult read(ubyte[] buffer) @trustedRead decrypted data from the TLS stream.
Parameters
buffer | Buffer to store decrypted data. |
Returns
TlsIOResult with bytes read and status.
TlsIOResult read(ubyte[] buffer) @trustedRead decrypted data from the TLS stream.
buffer | Buffer to store decrypted data. |