3 references to SupportedEncodings
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
256Encoding[] supported = TextEncoderDefaults.SupportedEncodings;
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
56Encoding[] supported = TextEncoderDefaults.SupportedEncodings;
System\ServiceModel\Channels\TransportDefaults.cs (1)
65Encoding[] supportedEncodings = SupportedEncodings;