1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
53
this.
decoder
= new ServerSessionDecoder(streamPosition, MaxViaSize, MaxContentTypeSize);
6 references to decoder
System.ServiceModel (6)
System\ServiceModel\Channels\SessionConnectionReader.cs (6)
73
get { return
decoder
; }
140
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
decoder
.CreatePrematureEOFException());
168
int bytesDecoded =
decoder
.Decode(connectionBuffer, offset, size);
175
if (
decoder
.CurrentState == ServerSessionDecoder.State.PreUpgradeStart)
181
this.via =
decoder
.Via;
305
EndpointNotFoundException e = new EndpointNotFoundException(SR.GetString(SR.EndpointNotFound,
decoder
.Via));