HeadersSent Property

HttpServer.dll

Headers have been sent to the client-

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

Syntax

C#
public bool HeadersSent { get; }
Visual Basic (Declaration)
Public ReadOnly Property HeadersSent As Boolean
Visual C++
public:
property bool HeadersSent {
	bool get ();
}

Remarks

You can not send any additional headers if they have already been sent.

See Also