System.Web.Services.WebService.Server Property

Gets the System.Web.HttpServerUtility for the current request.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public System.Web.HttpServerUtility Server { get; }

Value

a System.Web.HttpServerUtility

Remarks

The System.Web.HttpServerUtility class provides several methods that can be used in the processing of Web requests, including System.Web.HttpServerUtility.CreateObject(string) (for instantiating COM objects).

Requirements

Namespace: System.Web.Services
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0