writeBinary

writeBinary(buffer: Binary);

The writeBinary method of the NamedPipe class writes binary data to the connection and returns when the operation is complete.

An exception is raised if this method is invoked from a server method when the server node is not running under a Windows operating system that supports services.

The writeBinary method can be called only when the value of the Connection superclass state property is Connected (2).