FilterCreationContext Class
Represents state information about the Web service or client proxy class for which a soap filter is created.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim filterCreationContext1 As FilterCreationContext
Syntax
'Declaration
Public Class FilterCreationContext
public class FilterCreationContext
public ref class FilterCreationContext
public class FilterCreationContext
public class FilterCreationContext
Remarks
The FilterCreationContext class is used to store state information when a SOAP filter is created for a policy assertion. When a SoapFilter is created for policy assertion that applies to a Web service, the FilterCreationContext contains state information about the type of the Web service. Likewise, when a SoapFilter is created for a policy assertion that applies to a Web service client, the FilterCreationContext contains state information about the type of the Web service client's proxy class.
The FilterCreationContext class is passed to the methods of a policy assertion that specify the filters for the policy assertion, such as the CreateClientInputFilter method.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Design.FilterCreationContext
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
FilterCreationContext Members
Microsoft.Web.Services3.Design Namespace