Share via


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

'Usage
Dim pipelineCreationContext1 As PipelineCreationContext

Syntax

'Declaration
Public Class PipelineCreationContext
public class PipelineCreationContext
public ref class PipelineCreationContext
public class PipelineCreationContext
public class PipelineCreationContext

Remarks

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.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services3.PipelineCreationContext

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

PipelineCreationContext Members
Microsoft.Web.Services3 Namespace