Pipeline Members

Represents a pipeline that modifies a set of SOAP messages in a SOAP message exchange to add WSE features, such as security.

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

Public Constructors

  Name Description
Pipeline Overloaded. Initializes a new instance of the Pipeline class.

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetInputBehavior Gets a custom interface for an incoming SOAP filter.
public method GetOutputBehavior Gets a custom interface for an outgoing SOAP filter.
public method GetType  (Inherited from Object )
public method ProcessInputMessage Process an incoming SOAP message.
public method ProcessOutputMessage Process an outgoing SOAP message.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )
public method static TryCreateForClient Attempts to create a Pipeline for the client using the specified type.
public method static TryCreateForService Attempts to create a Pipeline for the Web service using the specified type.

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.Services3 Namespace