HttpRequestBase::ServerVariables Property

 

When overridden in a derived class, gets a collection of Web server variables.

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

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

Property Value

Type: System.Collections.Specialized::NameValueCollection^

The server variables.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: