Share via


BindingElement Members

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

Protected Constructors

Name Description
Protected Method BindingElement Initializes a new instance of the BindingElement class.

Protected Fields

Name Description
Protected Field m_Next Represents the next binding element.

Public Methods

Name Description
Public Method Close Closes a communication stream for a binding context.
Public Method Equals (Inherited from Object.)
Public Method GetBindingProperty Retreives a property from a binding element.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Open Opens a communication stream for a binding context.
Public Method ProcessInputMessage Processes an input message for a specified context.
Public Method ProcessOutputMessage Processes an output message for a specified context.
Public Method ReferenceEquals (Inherited from Object.)
Public Method SetBindingConfiguration Sets a configuration for a specified binding.
Public Method SetNext Sets the next binding element in the element chain.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)
Protected Method OnClose Signaled by the Close method to enable a subclass to create a binding element for a specific purpose.
Protected Method OnGetBindingProperty Signaled by the GetBindingProperty method to enable a subclass to create a binding element for a specific purpose.
Protected Method OnOpen Signaled by the Open method to enable a subclass to create a binding element for a specific purpose.
Protected Method OnProcessInputMessage Signaled by the ProcessInputMessage method to allow a subclass to create a binding element for a specific purpose.
Protected Method OnProcessOutputMessage Signaled by the ProcessOutputMessage method to enable a subclass to create a binding element for a specific purpose.
Protected Method OnSetBindingConfiguration Signaled by the SetBindingConfiguration method to enable a subclass to create a binding element for a specific purpose.

See Also

Reference

BindingElement Class
Ws.Services.Binding Namespace