C-DEngine 5.105

TheRequestData..::..HttpVersionStr Property

Provides the Http version from an incoming request, formatted as a string. For example, "1.0" or "1.1".

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string HttpVersionStr { get; set; }
Public Property HttpVersionStr As String
	Get
	Set
public:
property String^ HttpVersionStr {
	String^ get ();
	void set (String^ value);
}