System.Web.Services.WebService Members

The members of System.Web.Services.WebService are listed below.

See Also: Inherited members from System.ComponentModel.MarshalByValueComponent

Public Constructors

Initializes a new instance of the System.Web.Services.WebService class.

Public Properties

[read-only]
ApplicationSystem.Web.HttpApplicationState.

Gets the application object for the current HTTP request.

[read-only]
ContextSystem.Web.HttpContext.

Gets the ASP.NET System.Web.HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests.

[read-only]
ServerSystem.Web.HttpServerUtility.

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

[read-only]
SessionSystem.Web.SessionState.HttpSessionState.

Gets the System.Web.SessionState.HttpSessionState instance for the current request.

[read-only]
SoapVersionSystem.Web.Services.Protocols.SoapProtocolVersion.

Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service.

[read-only]
UserSystem.Security.Principal.IPrincipal.

Gets the ASP.NET server System.Web.HttpContext.User object. Can be used to authenticate whether a user is authorized to execute the request.