This documentation is archived and is not being maintained.

SoapExtension Members

The base class for SOAP extensions for XML Web services created using ASP.NET.

The SoapExtension type exposes the following members.

  NameDescription
Protected method Supported by the .NET Compact Framework SoapExtension Initializes a new instance of the SoapExtension class.
Top

  NameDescription
Public method Supported by the .NET Compact Framework ChainStream When overridden in a derived class, allows a SOAP extension access to the memory buffer containing the SOAP request or response.
Public method Supported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by the .NET Compact Framework 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.
Public method Supported by the .NET Compact Framework GetType Gets the type of the current instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework Initialize When overridden in a derived class, allows a SOAP extension to initialize itself using the data cached in the GetInitializer method.
Protected method Supported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ProcessMessage When overridden in a derived class, allows a SOAP extension to receive a SoapMessage to process at each SoapMessageStage.
Public method Supported by the .NET Compact Framework ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: