Response Property

HttpServer.dll

Response information (that is going to be sent back to the browser/client)

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

Syntax

C#
protected HttpResponse Response { get; }
Visual Basic (Declaration)
Protected ReadOnly Property Response As HttpResponse
Visual C++
protected:
property HttpResponse^ Response {
	HttpResponse^ get ();
}

See Also