This documentation is archived and is not being maintained.
HttpWorkerRequest.GetHttpVersion Method
.NET Framework 1.1
Provides access to the HTTP version of the request (for example, "HTTP/1.1").
[Visual Basic] Public MustOverride Function GetHttpVersion() As String [C#] public abstract string GetHttpVersion(); [C++] public: virtual String* GetHttpVersion() = 0; [JScript] public abstract function GetHttpVersion() : String;
Return Value
The HTTP version returned in the request header.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: