Table of Contents

AddHeaderDictionaryConverter Method

Definition

AddHeaderDictionaryConverter(IList<XmlConverter>)

Adds an IHeaderDictionary XML converter to the list.

public static IList<XmlConverter> AddHeaderDictionaryConverter(this IList<XmlConverter> converters)

Parameters

converters IList<XmlConverter>

The list of XML converters.

Returns

IList<XmlConverter>

A reference to converters after the operation has completed.