Reason Property

HttpServer.dll

Information about why a specific status code was used.

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

Syntax

C#
public string Reason { get; set; }
Visual Basic (Declaration)
Public Property Reason As String
Visual C++
public:
property String^ Reason {
	String^ get ();
	void set (String^ value);
}

See Also