WCF-Xtensions Class Reference for Mono
MessageEncodings Property (SmartHttpBinding)






The collection of message encodings used by this binding.
Syntax
'Declaration
 
Public Property MessageEncodings As MessageEncodingBindingElementCollection
'Usage
 
Dim instance As SmartHttpBinding
Dim value As MessageEncodingBindingElementCollection
 
instance.MessageEncodings = value
 
value = instance.MessageEncodings
public MessageEncodingBindingElementCollection MessageEncodings {get; set;}
public read-write property MessageEncodings: MessageEncodingBindingElementCollection; 
public function get,set MessageEncodings : MessageEncodingBindingElementCollection
public: __property MessageEncodingBindingElementCollection* get_MessageEncodings();
public: __property void set_MessageEncodings( 
   MessageEncodingBindingElementCollection* value
);
public:
property MessageEncodingBindingElementCollection^ MessageEncodings {
   MessageEncodingBindingElementCollection^ get();
   void set (    MessageEncodingBindingElementCollection^ value);
}
Remarks

The MessageEncodingsBindingElement items that are added to this list will be supported by this binding.

Regardless of the MessageEncodingMode settings, this binding will always be able to decode messages encoded using any of the message encodings specified in the MessageEncodings collection.

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

SmartHttpBinding Class
SmartHttpBinding Members

Send Feedback