This documentation is archived and is not being maintained.
WebService Members
.NET Framework 1.1
Public Constructors
WebService Constructor | Initializes a new instance of the WebService class. |
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. |
Public Methods
Dispose (inherited from MarshalByValueComponent) | Overloaded. Releases the resources used by the MarshalByValueComponent. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetService (inherited from MarshalByValueComponent) | Gets the implementer of the IServiceProvider. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Public Events
Disposed (inherited from MarshalByValueComponent) | Adds an event handler to listen to the Disposed event on the component. |
Protected Properties
Events (inherited from MarshalByValueComponent) | Gets the list of event handlers that are attached to this component. |
Protected Methods
Dispose (inherited from MarshalByValueComponent) | Overloaded. Releases the resources used by the MarshalByValueComponent. |
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
See Also
Show:

