PipelineCreationContext Class
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
The PipelineCreationContext class contains a Handler that represents the type of class that created the processing pipeline. When WSE policy creates a pipeline on the client for processing outgoing and incoming messages, an associated PipelineCreationContext object is created that contains the type of Web service client proxy. When WSE policy creates a pipeline for processing messages on the Web service, an associated PipelineCreationContext object is created containing the type of the Web service.
The type information for the class that created the processing pipeline is needed when designing a custom policy assertion that requires information of the class in order to perform defined operations.
To access this class use the PipelineCreationContext property.