SoapExtension Members

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 )
  Name Description
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  Overloaded. Determines whether two Object instances are equal. (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.
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 Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method Supported by the .NET Compact Framework 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)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

Community Additions

ADD
Show: