WCF-Xtensions Class Reference for Mono
MessageEncodingBindingElementCollection Class
Members 






Represents a collection of MessageEncodingBindingElement.
Object Model
MessageEncodingBindingElementCollection Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class MessageEncodingBindingElementCollection 
'Usage
 
Dim instance As MessageEncodingBindingElementCollection
[System.Reflection.DefaultMember("Item")]
public class MessageEncodingBindingElementCollection 
public class MessageEncodingBindingElementCollection 
System.Reflection.DefaultMemberAttribute("Item")
public class MessageEncodingBindingElementCollection 
[System.Reflection.DefaultMember("Item")]
public __gc class MessageEncodingBindingElementCollection 
[System.Reflection.DefaultMember("Item")]
public ref class MessageEncodingBindingElementCollection 
Remarks

This collection is used to specify the list of message encodings to be supported by the channel or the service endpoint.

The order in which items are added into a collection specifies the preference order, where the most preferred encoding is added first and the least preferred last.

If a default message encoding is not specified, the last message encoding added is considered as the default.

The best practice is that the most interoperable encoding is the default.

Inheritance Hierarchy

System.Object
   Noemax.WCFX.Channels.MessageEncodingBindingElementCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageEncodingBindingElementCollection Members
Noemax.WCFX.Channels Namespace

Send Feedback