SocketTools .NET Edition

PopClient.GetMessage Method

Retrieve the current message from the server and return the contents in a byte array.

Overload List

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);

See Also

PopClient Class | SocketTools Namespace