2 instantiations of ServerSessionDecoder
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
203
ServerSessionDecoder sessionDecoder = new
ServerSessionDecoder
(0, defaultMaxViaSize, defaultMaxContentTypeSize);
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
53
this.decoder = new
ServerSessionDecoder
(streamPosition, MaxViaSize, MaxContentTypeSize);
18 references to ServerSessionDecoder
System.ServiceModel (18)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (4)
203
ServerSessionDecoder
sessionDecoder = new ServerSessionDecoder(0, defaultMaxViaSize, defaultMaxContentTypeSize);
217
if (
ServerSessionDecoder
.State.EnvelopeStart == sessionDecoder.CurrentState)
290
if (
ServerSessionDecoder
.State.End == sessionDecoder.CurrentState)
292
if (
ServerSessionDecoder
.State.EnvelopeStart == sessionDecoder.CurrentState)
System\ServiceModel\Channels\SessionConnectionReader.cs (14)
33
ServerSessionDecoder
decoder;
71
public
ServerSessionDecoder
Decoder
175
if (decoder.CurrentState ==
ServerSessionDecoder
.State.PreUpgradeStart)
343
ServerSessionDecoder
decoder;
441
case
ServerSessionDecoder
.State.UpgradeRequest:
476
case
ServerSessionDecoder
.State.Start:
735
case
ServerSessionDecoder
.State.UpgradeRequest:
759
case
ServerSessionDecoder
.State.Start:
983
ServerSessionDecoder
decoder;
1003
if (!(decoder.CurrentState ==
ServerSessionDecoder
.State.End || decoder.CurrentState ==
ServerSessionDecoder
.State.EnvelopeEnd))
1031
case
ServerSessionDecoder
.State.EnvelopeStart:
1045
case
ServerSessionDecoder
.State.EnvelopeEnd:
1076
case
ServerSessionDecoder
.State.End: