TlsResult with bytes read, or progress/error indicator.TlsStream.read
TlsResult read(ubyte[] buffer)Reads decrypted application data.
Parameters
buffer | The buffer to read into. |
Returns
A
TlsResult read(ubyte[] buffer)Reads decrypted application data.
buffer | The buffer to read into. |
TlsResult with bytes read, or progress/error indicator.