Gets server variables for the request.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public NameValueCollection ServerVariables { get; protected set; }
Visual Basic
Public Property ServerVariables As NameValueCollection
	Get
	Protected Set
Visual C++
public:
virtual property NameValueCollection^ ServerVariables {
	NameValueCollection^ get () sealed;
	protected: void set (NameValueCollection^ value) sealed;
}

Property Value

Type: NameValueCollection

Implements

ICMSEnvironment..::..ServerVariables

See Also