1 write to contentTypeDecoder
System.ServiceModel (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
988
this.
contentTypeDecoder
= new ContentTypeStringDecoder(maxContentTypeLength);
8 references to contentTypeDecoder
System.ServiceModel (8)
System\ServiceModel\Channels\FramingDecoders.cs (8)
1075
contentTypeDecoder
.Reset();
1085
bytesConsumed =
contentTypeDecoder
.Decode(bytes, offset, size);
1086
if (
contentTypeDecoder
.IsValueDecoded)
1089
contentType =
contentTypeDecoder
.Value;
1101
contentTypeDecoder
.Reset();
1111
bytesConsumed =
contentTypeDecoder
.Decode(bytes, offset, size);
1112
if (
contentTypeDecoder
.IsValueDecoded)
1115
upgrade =
contentTypeDecoder
.Value;