1 out of 1 rated this helpful - Rate this topic

SoapFilter Class

Provides a base class for defining a filter for SOAP messages.


Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

'Usage
Dim soapFilter1 As New SoapFilter()
public abstract class SoapFilter
public abstract class SoapFilter
public abstract class SoapFilter

SOAP filters in WSE 3.0 have only one base class, which is the SoapFilter class. Previous versions of WSE had separate input and output filters.

WSE calls the ProcessMessage method to filter SOAP messages.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

Did you find this helpful?
(1500 characters remaining)