The members of System.Web.Services.WebService are listed below.
See Also: Inherited members from System.ComponentModel.MarshalByValueComponent
![]() Initializes a new instance of the System.Web.Services.WebService class. |
[read-only] | Application | System.Web.HttpApplicationState.
![]() Gets the application object for the current HTTP request. |
[read-only] | Context | System.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] | Server | System.Web.HttpServerUtility.
![]() Gets the System.Web.HttpServerUtility for the current request. |
[read-only] | Session | System.Web.SessionState.HttpSessionState.
![]() Gets the System.Web.SessionState.HttpSessionState instance for the current request. |
[read-only] | SoapVersion | System.Web.Services.Protocols.SoapProtocolVersion.
![]() Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service. |
[read-only] | User | System.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. |