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