This topic has not yet been rated - Rate this topic

Pipeline Class

Contains two separate arrays of SoapInputFilter and SoapOutputFilter objects to handle SOAP messages.

Namespace: Microsoft.Web.Services2
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

'Usage
Dim pipeline1 As New Pipeline()
public class Pipeline
public class Pipeline
public class Pipeline

To access the current SOAP context from within a custom filter, use the Microsoft.Web.Services2.SoapContext.Current property. The Microsoft.Web.Services2.RequestSoapContext.Current and Microsoft.Web.Services2.ResponseSoapContext.Current properties are not valid during pipeline processing when customs filters execute.


System.Object
  Microsoft.Web.Services2.Pipeline
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.