







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
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | If headers already been sent. |
