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!

HttpContext.Server

Gets a reference to the HttpServerUtility for the current request.

[Visual Basic]
Public ReadOnly Property Server As HttpServerUtility
[C#]
public HttpServerUtility Server {get;}
[C++]
public: __property HttpServerUtility* get_Server();
[JScript]
public function get Server() : HttpServerUtility;

Property Value

A reference to an HttpServerUtility object.

See Also

HttpContext Class | HttpContext Members | System.Web Namespace