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)
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
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.