Click or drag to resize

RequestServerVariables Property

Gets the NameValueCollection containing all values in the server variables.

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public NameValueCollection ServerVariables { get; }

Property Value

Type: NameValueCollection
The server variables.

Implements

IRequestServerVariables
See Also