RemotingService::Server Property

 

Gets the HttpServerUtility for the current request.

Namespace:   System.Runtime.Remoting.Services
Assembly:  System.Runtime.Remoting (in System.Runtime.Remoting.dll)

public:
property HttpServerUtility^ Server {
	HttpServerUtility^ get();
}

Property Value

Type: System.Web::HttpServerUtility^

The HttpServerUtility for the current request.

.NET Framework
Available since 1.1
Return to top
Show: