3 instantiations of ContentTypeStringDecoder
System.ServiceModel (3)
System\ServiceModel\Channels\FramingDecoders.cs (3)
607
this.contentTypeDecoder = new
ContentTypeStringDecoder
(maxContentTypeLength);
988
this.contentTypeDecoder = new
ContentTypeStringDecoder
(maxContentTypeLength);
1191
this.contentTypeDecoder = new
ContentTypeStringDecoder
(maxContentTypeLength);
5 references to ContentTypeStringDecoder
System.ServiceModel (5)
System\ServiceModel\Channels\FramingDecoders.cs (5)
712
contentType =
ContentTypeStringDecoder
.GetString((FramingEncodingType)bytes[offset]);
979
ContentTypeStringDecoder
contentTypeDecoder;
1080
contentType =
ContentTypeStringDecoder
.GetString((FramingEncodingType)bytes[offset]);
1183
ContentTypeStringDecoder
contentTypeDecoder;
1233
contentType =
ContentTypeStringDecoder
.GetString((FramingEncodingType)bytes[offset]);