1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
56
this.
decoder
= new ServerSingletonDecoder(streamPosition, MaxViaSize, MaxContentTypeSize);
7 references to decoder
System.ServiceModel (7)
System\ServiceModel\Channels\SingletonConnectionReader.cs (7)
86
get { return this.
decoder
; }
137
int bytesRead =
decoder
.Decode(connectionBuffer, offset, size);
144
if (
decoder
.CurrentState == ServerSingletonDecoder.State.PreUpgradeStart)
151
this.via =
decoder
.Via;
276
EndpointNotFoundException e = new EndpointNotFoundException(SR.GetString(SR.EndpointNotFound,
decoder
.Via));
387
return this.parent.
decoder
;
895
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
decoder
.CreatePrematureEOFException());