SoapExtension Members
.NET Framework 2.0
The base class for SOAP extensions for XML Web services created using ASP.NET.
The following tables list the members exposed by the SoapExtension type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ChainStream | When overridden in a derived class, allows a SOAP extension access to the memory buffer containing the SOAP request or response. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetInitializer | Overloaded. When overridden in a derived class, allows a SOAP extension to initialize data specific to an XML Web service method at a one time performance cost. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Initialize | When overridden in a derived class, allows a SOAP extension to initialize itself using the data cached in the GetInitializer method. |
| ProcessMessage | When overridden in a derived class, allows a SOAP extension to receive a SoapMessage to process at each SoapMessageStage. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: