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