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