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 | |
---|---|---|
Actor | Gets or sets the SOAP actor. | |
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 | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetInputBehavior | Gets a custom interface for an incoming SOAP filter. | |
GetOutputBehavior | Gets a custom interface for an outgoing SOAP filter. | |
GetType | (Inherited from Object ) | |
ProcessInputMessage | Process an incoming SOAP message. | |
ProcessOutputMessage | Process an outgoing SOAP message. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
TryCreateForClient | Attempts to create a Pipeline for the client using the specified type. | |
TryCreateForService | Attempts to create a Pipeline for the Web service using the specified type. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top