TextMessageEncodingBindingElement Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides a binding element for the encoding of a text message.
Inheritance Hierarchy
System. . :: . .Object
Ws.Services.Binding. . :: . .BindingElement
Ws.Services.Binding. . :: . .MessageEncodingBindingElement
Ws.Services.Encoding..::..TextMessageEncodingBindingElement
Namespace: Ws.Services.Encoding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Class TextMessageEncodingBindingElement _
Inherits MessageEncodingBindingElement
public class TextMessageEncodingBindingElement : MessageEncodingBindingElement
public ref class TextMessageEncodingBindingElement : public MessageEncodingBindingElement
type TextMessageEncodingBindingElement =
class
inherit MessageEncodingBindingElement
end
public class TextMessageEncodingBindingElement extends MessageEncodingBindingElement
The TextMessageEncodingBindingElement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
TextMessageEncodingBindingElement | Initializes a new instance of the TextMessageEncodingBindingElement class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Close | Closes a communication stream for a binding context. (Inherited from BindingElement.) |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetBindingProperty | Retrieves a property from a binding element. (Inherited from BindingElement.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (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.) |
![]() |
OnClose | Signaled by the Close method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
OnGetBindingProperty | Signaled by the GetBindingProperty method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
OnOpen | Signaled by the Open method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
OnProcessInputMessage | Processes a message. (Overrides BindingElement. . :: . .OnProcessInputMessage(WsMessage%, BindingContext).) |
![]() |
OnProcessOutputMessage | Processes a message. (Overrides BindingElement. . :: . .OnProcessOutputMessage(WsMessage%, BindingContext).) |
![]() |
OnSetBindingConfiguration | Signaled by the SetBindingConfiguration method to enable a subclass to create a binding element for a specific purpose. (Inherited from BindingElement.) |
![]() |
Open | Opens a communication stream for a binding context. (Inherited from BindingElement.) |
![]() |
ProcessInputMessage | Processes an input message for a specified context. (Inherited from BindingElement.) |
![]() |
ProcessOutputMessage | Processes an output message for a specified context. (Inherited from BindingElement.) |
![]() |
SetBindingConfiguration | Sets a configuration for a specified binding. (Inherited from BindingElement.) |
![]() |
SetNext | Sets the next binding element in the element chain. (Inherited from BindingElement.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
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.
.gif)
.gif)
.gif)