SslClientConnection.read

Reads a string from the SSL connection

The calling task is blocked until the read has completed.

class SslClientConnection
read

Parameters

buffer mstring

array to store the string

Return Value

Type: mstring

a slice into buffer of the bytes which were read.

Throws

IOException if the read failed

Meta