SendHeaders Method

HttpServer.dll

Send headers to the client.

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

Syntax

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

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionIf headers already been sent.

See Also