Pipeline Members

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

The following tables list the members exposed by the Pipeline type.

Public Constructors

  Name Description
Pipeline Overloaded.  

Top

Public Properties

  Name Description
public property Actor Gets or sets the SOAP actor.
public property InputFilters Gets the SoapInputFilterCollectionin this pipeline.
public property IsIntermediary Gets or sets a value indicating whether the pipeline is running within a SOAP router.
public property OutputFilters Gets the SoapOutputFilterCollectionin this pipeline.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method ProcessInputMessage Process an incoming SOAP envelope against all the current SoapInputFilter objects.
public method ProcessOutputMessage Process an outgoing SOAP envelope against all the current SoapOutputFilter objects.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Pipeline Class
Microsoft.Web.Services2 Namespace