public ConnegSettings() { Rules.AddToEnd <SymmetricJson>(); Rules.AddToEnd <AsymmetricJson>(); Rules.AddToEnd <AjaxContinuations>(); Rules.AddToEnd <StringOutput>(); Rules.AddToEnd <HtmlTagsRule>(); Rules.AddToEnd <CustomReadersAndWriters>(); Rules.AddToEnd <DefaultReadersAndWriters>(); }
public ConnegSettings() { Rules.AddToEnd <AjaxContinuations>(); Rules.AddToEnd <StringOutput>(); Rules.AddToEnd <HtmlTagsRule>(); Rules.AddToEnd <CustomReadersAndWriters>(); Rules.AddToEnd <ViewAttachment>(); Rules.AddToEnd <DefaultReadersAndWriters>(); }