1 write to contentTypeDecoder
System.ServiceModel (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
607
this.
contentTypeDecoder
= new ContentTypeStringDecoder(maxContentTypeLength);
8 references to contentTypeDecoder
System.ServiceModel (8)
System\ServiceModel\Channels\FramingDecoders.cs (8)
707
contentTypeDecoder
.Reset();
717
bytesConsumed =
contentTypeDecoder
.Decode(bytes, offset, size);
718
if (
contentTypeDecoder
.IsValueDecoded)
721
contentType =
contentTypeDecoder
.Value;
733
contentTypeDecoder
.Reset();
743
bytesConsumed =
contentTypeDecoder
.Decode(bytes, offset, size);
744
if (
contentTypeDecoder
.IsValueDecoded)
747
upgrade =
contentTypeDecoder
.Value;