This topic has not yet been rated - Rate this topic

PipelineCreationContext Class

Represents the handler for the type of Web service class, or client proxy that created the pipeline for processing messages.


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

'Usage
Dim pipelineCreationContext1 As PipelineCreationContext

public class PipelineCreationContext
public class PipelineCreationContext
public class PipelineCreationContext

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.


System.Object
  Microsoft.Web.Services3.PipelineCreationContext
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)