RemotingService.Server Property

Definition

Gets the HttpServerUtility for the current request.

public:
 property System::Web::HttpServerUtility ^ Server { System::Web::HttpServerUtility ^ get(); };
public System.Web.HttpServerUtility Server { get; }
member this.Server : System.Web.HttpServerUtility
Public ReadOnly Property Server As HttpServerUtility

Property Value

The HttpServerUtility for the current request.

Applies to