2 overrides of IsCharSetSupported
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
348
internal override bool
IsCharSetSupported
(string charSet)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
342
internal override bool
IsCharSetSupported
(string charSet)
1 reference to IsCharSetSupported
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\MessageEncoder.cs (1)
221
if (!
IsCharSetSupported
(parsedContentType.CharSet))