TlsStream.read

TlsIOResult read(ubyte[] buffer) @trusted

Read decrypted data from the TLS stream.

Parameters

bufferBuffer to store decrypted data.

Returns

TlsIOResult with bytes read and status.