SocketTools .NET Edition

HttpServer.SendError Method

Send an error result code and message to the client in response to a command.

Overload List

Send an error result code and message to the client in response to a command.

public bool SendError(int);

Send an error result code and message to the client in response to a command.

public bool SendError(int,int);

Send an error result code and message to the client in response to a command.

public bool SendError(int,int,string);

Send an error result code and message to the client in response to a command.

public bool SendError(int,string);

See Also

HttpServer Class | SocketTools Namespace