HttpVersion Property

HttpServer.dll

Version of http. Probably HttpHelper.HTTP10 or HttpHelper.HTTP11

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

Syntax

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

See Also