HttpContextWrapper::Server Property
.NET Framework (current version)
Gets the HttpServerUtilityBase object that provides methods that are used when Web requests are being processed.
Assembly: System.Web (in System.Web.dll)
public: property HttpServerUtilityBase^ Server { virtual HttpServerUtilityBase^ get() override; }
Property Value
Type: System.Web::HttpServerUtilityBase^The server utility object for the current HTTP request.
.NET Framework
Available since 3.5
Available since 3.5
Show: