SoapExtension Methods
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Web.Services.Protocols
SoapExtension Class
SoapExtension Methods
ChainStream Method
GetInitializer Method
Initialize Method
ProcessMessage Method
SoapExtension Class
SoapExtension Members
SoapExtension Constructor
SoapExtension Methods
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
SoapExtension Methods
Public Methods
(see also
Protected Methods
)
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.
GetHashCode
is suitable for use in hashing algorithms and data structures like a hash table. (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
.)
Top
Protected Methods
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
.)
Top
See Also
Reference
SoapExtension Class
System.Web.Services.Protocols Namespace
SoapMessageStage
SoapExtensionAttribute
LogicalMethodInfo Class
Tags :