SoapProcessingBehavior Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the client endpoint behavior used to marshal messages between different binding types and message versions.
public ref class SoapProcessingBehavior : System::ServiceModel::Description::IEndpointBehavior
public class SoapProcessingBehavior : System.ServiceModel.Description.IEndpointBehavior
type SoapProcessingBehavior = class
interface IEndpointBehavior
Public Class SoapProcessingBehavior
Implements IEndpointBehavior
- Inheritance
-
SoapProcessingBehavior
- Implements
Remarks
SOAP processing is the process where messages are converted between message versions.
Processing messages from one MessageVersion to another is accomplished by constructing a new WCF message that contains the body part and relevant headers from the incoming WCF message. Headers that are specific to addressing, or that are understood at the router level, are not used during construction of the new WCF message because these headers are either of a different version (in the case of addressing headers) or have been processed as part of the communication between the client and the router.
Whether a header is placed in the outbound message is determined by whether or not it was marked as understood as it passed through the incoming channel layer. Headers that are not understood (such as custom headers) are not removed and so pass through the routing service.
Constructors
SoapProcessingBehavior() |
Creates a new instance of the SoapProcessingBehavior class. |
Properties
ProcessMessages |
Gets or sets a value that indicates whether messages should be processed. |
Methods
AddBindingParameters(ServiceEndpoint, BindingParameterCollection) |
Adds new binding elements to an endpoint. |
ApplyClientBehavior(ServiceEndpoint, ClientRuntime) |
Applies the specified endpoint behavior to the client. |
ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) |
Applies the specified endpoint behavior to the endpoint dispatcher. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Validate(ServiceEndpoint) |
Validates the service endpoint. |