Temporary buffer used for sending and receiving operations.
[Visual Basic] Protected Shared _temp_buffer As Byte() [C#] protected static byte[] _temp_buffer; [C++] protected: static char _temp_buffer __gc[]; [JScript] protected static var _temp_buffer: Byte[];
TCPSocket Class | croemud.connection Namespace