IPipelineProvider.CreateServicePipeline Method

Creates a pipeline that is be used by the client 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.CreateServicePipeline(context)

Syntax

'Declaration
Function CreateServicePipeline( _
    ByVal context As PipelineCreationContext _
) As Pipeline
Pipeline CreateServicePipeline(
    PipelineCreationContext context
);
public:
virtual Pipeline^ CreateServicePipeline(
    PipelineCreationContext^ context
);
public Pipeline CreateServicePipeline(
    PipelineCreationContext context
);
function CreateServicePipeline(
     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