Pushes data to be sent.
[Visual Basic] Public Sub send( _ ByVal buf As Byte(), _ ByVal index As Integer, _ ByVal size As Integer _ ) [C#] public void send( byte[] buf, int index, int size ); [C++] public: void send( char buf __gc[], int index, int size ); [JScript] public function send( Byte[] buf, int index, int size );
TCPSocket Class | croemud.connection Namespace | TCPSocket.send Overload List