WriteBinary Method

WriteBinary(data As Blob)

WriteBinary(Blob data);

Parameters

name type description
data Blob The data to send.

Description

Writes the data to the socket.

There will be a small buffer (8KB to 100KB) on the client side. If the data does not fill the buffer, the call will return immediately, otherwise the call will block until enough data has been sent so that the remaining data can fit in the buffer.

Object

Socket



We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.