Pipeline Class
Represents a pipeline that modifies a set of SOAP messages in a SOAP message exchange to add WSE features, such as security.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
To access the current SOAP context from within a custom filter, use the SoapContext.Current property. The RequestSoapContext.Current and ResponseSoapContext.Current properties are not valid during pipeline processing when customs filters execute.