| RequestServerVariables Property |
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public NameValueCollection ServerVariables { get; }
Public ReadOnly Property ServerVariables As NameValueCollection
Get
Property Value
Type:
NameValueCollectionThe server variables.
Implements
IRequestServerVariablesSee Also