SoapFilter Members
Provides a base class for defining a filter for SOAP messages.
The following tables list the members exposed by the SoapFilter type.
Protected Constructors
Name | Description | |
---|---|---|
SoapFilter | Initializes a new instance of the SoapFilter class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetBehavior | Gets a custom interface for the SOAP filter. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ProcessMessage | When overridden in a derived class, processes the message that is contained in a SOAP envelope. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) | |
Trace | Overloaded. Adds a trace entry. |
Top