HttpContextBase::Server Property
.NET Framework (current version)
When overridden in a derived class, gets the HttpServerUtility object that provides methods that are used when Web requests are being processed.
Assembly: System.Web (in System.Web.dll)
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
Available since 3.5
Show: