1 write to contentTypeDecoder
System.ServiceModel (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
1191
this.
contentTypeDecoder
= new ContentTypeStringDecoder(maxContentTypeLength);
4 references to contentTypeDecoder
System.ServiceModel (4)
System\ServiceModel\Channels\FramingDecoders.cs (4)
1228
contentTypeDecoder
.Reset();
1238
bytesConsumed =
contentTypeDecoder
.Decode(bytes, offset, size);
1239
if (
contentTypeDecoder
.IsValueDecoded)
1242
contentType =
contentTypeDecoder
.Value;