SocketTools .NET Edition

PopClient.GetHeaders Method

Retrieves the headers for the current message from the server.

Overload List

Retrieves the headers for the current message from the server.

public bool GetHeaders(byte[],ref int);

Retrieves the headers for the specified message from the server.

public bool GetHeaders(int,byte[],ref int);

Retrieves the headers for the specified message from the server.

public bool GetHeaders(int,ref string);

Retrieves the headers for the current message from the server.

public bool GetHeaders(ref string);

See Also

PopClient Class | SocketTools Namespace