2 references to mtomMediaType
System.ServiceModel (2)
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
97
const string mtomContentType =
mtomMediaType
+ "; type=\"application/xop+xml\"";
180
get { return
mtomMediaType
; }