WCF-Xtensions Class Reference for Mono
AddRange Method






An enumerable collection containing the list of MessageEncodingBindingElement.
Adds an enumerable collection of MessageEncodingBindingElement to the collection.
Syntax
'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
) 

Parameters

enumerable
An enumerable collection containing the list of MessageEncodingBindingElement.
Remarks

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.

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 Class
MessageEncodingBindingElementCollection Members

Send Feedback