sendMessage

Encodes the provided message into the bformat format and sends it over the provided socket

public
bool
sendMessage
(
Socket recipient
,
byte[] message
)

Parameters

recipient Socket

the socket to send over

message byte[]

the message to encode and send

Return Value

Type: bool

true if the send succeeded, false otherwise

Meta