HttpContextBase::Server Property

 

When overridden in a derived class, gets the HttpServerUtility object that provides methods that are used when Web requests are being processed.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property HttpServerUtilityBase^ Server {
	virtual HttpServerUtilityBase^ get();
}

Property Value

Type: System.Web::HttpServerUtilityBase^

The server utility object for the current HTTP request.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: