Noemax.WCFX.Channels Namespace > MessageEncodingBindingElementCollection Class : AddRange Method |
'Declaration Public Sub AddRange( _ ByVal enumerable As System.Collections.Generic.IEnumerable(Of MessageEncodingBindingElement) _ )
'Usage Dim instance As MessageEncodingBindingElementCollection Dim enumerable As System.Collections.Generic.IEnumerable(Of MessageEncodingBindingElement) instance.AddRange(enumerable)
public void AddRange( System.Collections.Generic.IEnumerable<MessageEncodingBindingElement> enumerable )
public procedure AddRange( enumerable: System.Collections.Generic.IEnumerable );
public function AddRange( enumerable : System.Collections.Generic.IEnumerable );
public: void AddRange( System.Collections.Generic.IEnumerable<MessageEncodingBindingElement*>* enumerable )
public: void AddRange( System.Collections.Generic.IEnumerable<MessageEncodingBindingElement^>^ enumerable )
The order in which items are added to the collection specifies the preference order, where the most preferred encoding goes first and the least preferred goes last.
If the default message encoding is not specified the last added message encoding becomes the default.
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