AspNetWebSocketContext::Server Property

.NET Framework (current version)
 

Gets the HttpServerUtility object that provides methods that are used in processing requests.

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

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

Property Value

Type: System.Web::HttpServerUtilityBase^

The HttpServerUtility object that provides methods that are used in processing requests.

.NET Framework
Available since 4.5
Return to top
Show: