HttpRequestWrapper::ServerVariables Property

 

Gets a collection of Web server variables.

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

public:
property NameValueCollection^ ServerVariables {
	virtual NameValueCollection^ get() override;
}

Property Value

Type: System.Collections.Specialized::NameValueCollection^

The server variables.

.NET Framework
Available since 3.5
Return to top
Show: