System.Web Namespace HttpWorkerRequest Class
Provides access to the HTTP version of the request ( for example, "HTTP/1.1" ).
[ VB ]
<ComVisible ( False ) >
MustOverride Public Function GetHttpVersion ( ) As String
[ C# ]
[ ComVisible ( false ) ]
public abstract string GetHttpVersion ( );
[ C++ ]
[ ComVisible ( false ) ]
public: virtual String* GetHttpVersion ( ) = 0;
[ JScript ]
public ComVisible ( false )
abstract function GetHttpVersion ( ) : String;
The HTTP version returned in the request header.
HttpWorkerRequest Members HttpRuntime Class