Noemax.WCFX.Channels Namespace : FiMessageEncodingBindingElement Class |
This binding element specifies that the Fast Infoset binary XML format will be used as the message encoding. Fast Infoset is an efficient, standard-based cross-platform binary XML encoding that generally produces smaller encodings and improves parsing performance.
This binding element can be used with CustomBinding, or can be plugged into an already configured standard or custom binding using the PlugIn method.
Binding binding = new WSHttpBinding();
FiMessageEncodingBindingElement fiEncoding = new FiMessageEncodingBindingElement();
binding = fiEncoding.PlugIn(binding);
System.Object
System.ServiceModel.Channels.BindingElement
System.ServiceModel.Channels.MessageEncodingBindingElement
Noemax.WCFX.Channels.PluggableMessageEncodingBindingElement
Noemax.WCFX.Channels.FiMessageEncodingBindingElement
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