Share via


Policy.CreateClientPipeline Method

Creates the pipeline for this policy when SOAP messages are sent to and from a Web service client.

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

Usage

'Usage
Dim context As PipelineCreationContext
Dim returnValue As Pipeline
Dim policy1 As Policy
returnValue = policy1.CreateClientPipeline(context)

Syntax

'Declaration
Public Function CreateClientPipeline( _
    ByVal context As PipelineCreationContext _
) As Pipeline
public Pipeline CreateClientPipeline(
    PipelineCreationContext context
);
public:
virtual Pipeline^ arbitrary-name(
    PipelineCreationContext^ context
);
public Pipeline CreateClientPipeline(
    PipelineCreationContext context
);
public final function CreateClientPipeline(
     context : PipelineCreationContext
) : Pipeline;

Parameters

Return Value

A Pipeline representing the pipeline for SOAP messages sent to and from a Web service client.

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

Policy Class
Policy Members
Microsoft.Web.Services3.Design Namespace