2 writes to contentType
System.ServiceModel (2)
System\ServiceModel\Channels\FramingDecoders.cs (2)
712
contentType
= ContentTypeStringDecoder.GetString((FramingEncodingType)bytes[offset]);
721
contentType
= contentTypeDecoder.Value;
1 reference to contentType
System.ServiceModel (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
629
return
contentType
;