5 instantiations of EncodingConverter
System.ServiceModel (5)
System\ServiceModel\Configuration\Properties.cs (5)
1260properties.Add(new ConfigurationProperty("textEncoding", typeof(System.Text.Encoding), "utf-8", new System.ServiceModel.Configuration.EncodingConverter(), null, System.Configuration.ConfigurationPropertyOptions.None)); 2009properties.Add(new ConfigurationProperty("writeEncoding", typeof(System.Text.Encoding), "utf-8", new System.ServiceModel.Configuration.EncodingConverter(), null, System.Configuration.ConfigurationPropertyOptions.None)); 2738properties.Add(new ConfigurationProperty("textEncoding", typeof(System.Text.Encoding), "utf-8", new System.ServiceModel.Configuration.EncodingConverter(), null, System.Configuration.ConfigurationPropertyOptions.None)); 3558properties.Add(new ConfigurationProperty("writeEncoding", typeof(System.Text.Encoding), "utf-8", new System.ServiceModel.Configuration.EncodingConverter(), null, System.Configuration.ConfigurationPropertyOptions.None)); 3794properties.Add(new ConfigurationProperty("textEncoding", typeof(System.Text.Encoding), "utf-8", new System.ServiceModel.Configuration.EncodingConverter(), null, System.Configuration.ConfigurationPropertyOptions.None));
10 references to EncodingConverter
System.ServiceModel (10)
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
124[TypeConverter(typeof(System.ServiceModel.Configuration.EncodingConverter))]
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (1)
125[TypeConverter(typeof(System.ServiceModel.Configuration.EncodingConverter))]
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
88[TypeConverter(typeof(EncodingConverter))]
System\ServiceModel\Configuration\MtomMessageEncodingElement.cs (1)
108[TypeConverter(typeof(EncodingConverter))]
System\ServiceModel\Configuration\TextMessageEncodingElement.cs (1)
97[TypeConverter(typeof(EncodingConverter))]
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
111[TypeConverter(typeof(EncodingConverter))]
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
93[TypeConverter(typeof(EncodingConverter))]
System\ServiceModel\HttpBindingBase.cs (1)
178[TypeConverter(typeof(EncodingConverter))]
System\ServiceModel\WSDualHttpBinding.cs (1)
172[TypeConverter(typeof(EncodingConverter))]
System\ServiceModel\WSHttpBindingBase.cs (1)
155[TypeConverter(typeof(EncodingConverter))]