MessageEncodingBindingElement Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Handles the processing chain for message encoding.

Inheritance Hierarchy

System. . :: . .Object
  Ws.Services.Binding. . :: . .BindingElement
    Ws.Services.Binding..::..MessageEncodingBindingElement
      Ws.Services.Encoding. . :: . .TextMessageEncodingBindingElement

Namespace:  Ws.Services.Binding
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public MustInherit Class MessageEncodingBindingElement _
    Inherits BindingElement
public abstract class MessageEncodingBindingElement : BindingElement
public ref class MessageEncodingBindingElement abstract : public BindingElement
[<AbstractClass>]
type MessageEncodingBindingElement =  
    class
        inherit BindingElement
    end
public abstract class MessageEncodingBindingElement extends BindingElement

The MessageEncodingBindingElement type exposes the following members.

Constructors

  Name Description
Protected method MessageEncodingBindingElement Initializes a new instance of the MessageEncodingBindingElement class.

Top

Methods

  Name Description
Public method Close Closes a communication stream for a binding context. (Inherited from BindingElement.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetBindingProperty Retrieves a property from a binding element. (Inherited from BindingElement.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnClose Signaled by the Close method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.)
Protected method OnGetBindingProperty Signaled by the GetBindingProperty method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.)
Protected method OnOpen Signaled by the Open method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.)
Protected method OnProcessInputMessage Signaled by the ProcessInputMessage method to allow a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.)
Protected method OnProcessOutputMessage Signaled by the ProcessOutputMessage method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.)
Protected method OnSetBindingConfiguration Signaled by the SetBindingConfiguration method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.)
Public method Open Opens a communication stream for a binding context. (Inherited from BindingElement.)
Public method ProcessInputMessage Processes an input message for a specified context. (Inherited from BindingElement.)
Public method ProcessOutputMessage Processes an output message for a specified context. (Inherited from BindingElement.)
Public method SetBindingConfiguration Sets a configuration for a specified binding. (Inherited from BindingElement.)
Public method SetNext Sets the next binding element in the element chain. (Inherited from BindingElement.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_Next Represents the next binding element. (Inherited from BindingElement.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Ws.Services.Binding Namespace