HttpWorkerRequest::GetHttpVersion Method ()

 

Provides access to the HTTP version of the request (for example, "HTTP/1.1").

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual String^ GetHttpVersion() abstract

Return Value

Type: System::String^

The HTTP version returned in the request header.

.NET Framework
Available since 1.1
Return to top
Show: