NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.ServerVariables

Gets a collection of web server variables.

[Visual Basic]
Public ReadOnly Property ServerVariables As NameValueCollection
[C#]
public NameValueCollection ServerVariables {get;}
[C++]
public: __property NameValueCollection* get_ServerVariables();
[JScript]
public function get ServerVariables() : NameValueCollection;

Property Value

A System.Web.NameValueCollection of server variables.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace