SslClientConnection.write

Write a string to the SSL connection

The calling task is blocked until the write has completed.

class SslClientConnection
void
write
(
cstring request
)

Parameters

request cstring

the string to send

Throws

IOException if the write failed

Meta