Freigeben über


IPipelineProvider.CreateClientPipeline Method

Creates a pipeline that the client uses to process incoming and outgoing messages.

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

Usage

'Usage
Dim context As PipelineCreationContext
Dim returnValue As Pipeline
Dim iPipelineProvider1 As IPipelineProvider
returnValue = iPipelineProvider1.CreateClientPipeline(context)

Syntax

'Declaration
Function CreateClientPipeline( _
    ByVal context As PipelineCreationContext _
) As Pipeline
Pipeline CreateClientPipeline(
    PipelineCreationContext context
);
public:
virtual Pipeline^ CreateClientPipeline(
    PipelineCreationContext^ context
);
public Pipeline CreateClientPipeline(
    PipelineCreationContext context
);
function CreateClientPipeline(
     context : PipelineCreationContext
) : Pipeline;

Parameters

  • context
    A PipelineCreationContext object that represents the class (such as the Web service class or the Web client proxy class) that is responsible for creating the pipeline.

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

IPipelineProvider Interface
IPipelineProvider Members
Microsoft.Web.Services3 Namespace