SockStream.writeFully

Writes bytes to the socket from the provided array until the array has been fully written

class SockStream
public override
ulong
writeFully
(
byte[] fromArray
)

Parameters

fromArray byte[]

the buffer to write from

Return Value

Type: ulong

the number of bytes written

Meta