Policy.CreateWse2PipelinePolicy Method
Creates a pipeline for SOAP messages that has the default semantics of the Web Services Enhancements for Microsoft .NET Framework (WSE) 2.0 pipeline.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As Policy
returnValue = Policy.CreateWse2PipelinePolicy()
Syntax
'Declaration
Public Shared Function CreateWse2PipelinePolicy() As Policy
public static Policy CreateWse2PipelinePolicy();
public:
static Policy^ CreateWse2PipelinePolicy();
public static Policy CreateWse2PipelinePolicy();
public static function CreateWse2PipelinePolicy() : Policy;
Return Value
A Policy that has the default semantics of the WSE 2.0 pipeline.
Remarks
The CreateWse2PipelinePolicy method provides backward compatibility support when migrating code from WSE 2.0 to WSE 3.0.
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