Cronous Emulation Server Daemon

TCPSocket.send Method (Byte[])

Pushes data to be sent.

[Visual Basic]
Public Sub send( _ 
   ByVal buf As Byte() _ 
)
[C#]
public void send(
   byte[] buf
);
[C++]
public: void send(
   char buf __gc[]
);
[JScript]
public function send(
   Byte[] buf
);

Parameters

buf
Data to send.

See Also

TCPSocket Class | croemud.connection Namespace | TCPSocket.send Overload List