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)

abstract Server : HttpServerUtilityBase with get
override Server : HttpServerUtilityBase with 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: