3 references to IsMTOMContentType
System.ServiceModel (3)
System\ServiceModel\Channels\MtomMessageEncoder.cs (3)
206
return (
IsMTOMContentType
(contentType) || IsTextContentType(contentType));
534
if (contentType == null ||
IsMTOMContentType
(contentType))
644
if (ContentType == null || messageEncoder.
IsMTOMContentType
(ContentType))