HttpContextWrapper::Server Property

 

Gets the HttpServerUtilityBase 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() override;
}

Property Value

Type: System.Web::HttpServerUtilityBase^

The server utility object for the current HTTP request.

.NET Framework
Available since 3.5
Return to top
Show: