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