1 write to decoder
SMSvcHost (1)
System\ServiceModel\Activation\ListenerSessionConnectionReader.cs (1)
19
this.
decoder
= new ServerSessionDecoder(streamPosition, ListenerConstants.MaxUriSize, ListenerConstants.SharedMaxContentTypeSize);
4 references to decoder
SMSvcHost (4)
System\ServiceModel\Activation\ListenerSessionConnectionReader.cs (4)
24
if (
decoder
.CurrentState == ServerSessionDecoder.State.PreUpgradeStart)
26
via =
decoder
.Via;
38
return
decoder
.Decode(buffer, offset, size);
43
return
decoder
.CreatePrematureEOFException();