2 overrides of IsCharSetSupported
System.ServiceModel (2)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
209
internal override bool
IsCharSetSupported
(string charSet)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
358
internal override bool
IsCharSetSupported
(string charSet)
1 reference to IsCharSetSupported
System.ServiceModel (1)
System\ServiceModel\Channels\MessageEncoder.cs (1)
188
if (!
IsCharSetSupported
(parsedContentType.CharSet))