4 references to SupportedEncodings
System.ServiceModel (4)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
62Encoding[] supported = TextEncoderDefaults.SupportedEncodings;
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
53Encoding[] supported = TextEncoderDefaults.SupportedEncodings;
System\ServiceModel\Channels\TransportDefaults.cs (1)
72Encoding[] supportedEncodings = SupportedEncodings;
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1358Encoding[] supportedEncodings = TextEncoderDefaults.SupportedEncodings;