This documentation is archived and is not being maintained.
WebService Properties
.NET Framework 1.1
The properties of the WebService class are listed here. For a complete list of WebService class members, see the WebService Members topic.
Public Properties
Application | Gets the application object for the current HTTP request. |
Container (inherited from MarshalByValueComponent) | Gets the container for the component. |
Context | Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests. |
DesignMode (inherited from MarshalByValueComponent) | Gets a value indicating whether the component is currently in design mode. |
Server | Gets the HttpServerUtility for the current request. |
Session | Gets the HttpSessionState instance for the current request. |
Site (inherited from MarshalByValueComponent) | Gets or sets the site of the component. |
User | Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. |
Protected Properties
Events (inherited from MarshalByValueComponent) | Gets the list of event handlers that are attached to this component. |
See Also
Show:
