Send Method

HttpServer.dll

Send headers and body to the browser.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Send()
Visual Basic (Declaration)
Public Sub Send
Visual C++
public:
void Send()

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionIf content have already been sent.

See Also