Sent Property

HttpServer.dll

The whole response have been sent.

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

Syntax

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

See Also