3 references to IsMTOMContentType
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MtomMessageEncoder.cs (3)
345return (IsMTOMContentType(contentType) || IsTextContentType(contentType)); 410XmlReader reader = _factory.TakeStreamedReader(stream, contentType, contentType == null || IsMTOMContentType(contentType)); 615if (_contentType == null || _messageEncoder.IsMTOMContentType(_contentType))