Retrieve the current message from the server and return the contents in a byte array.
Retrieve the current message from the server and return the contents in a byte array.
public bool GetMessage(byte[],ref int);
Retrieve a message from the server and return the contents in a byte array.
public bool GetMessage(int,byte[],ref int);
Retrieve a message from the server and return the contents in a string.
public bool GetMessage(int,ref string);
Retrieve the current message from the server and return the contents in a string.
public bool GetMessage(ref string);
PopClient Class | SocketTools Namespace