2 references to FormatContentType
System.ServiceModel (2)
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
295return FormatContentType(boundary, startInfo); 354contentType = FormatContentType(boundary, startInfo ?? GenerateStartInfoString());