1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1516this.decoder = decoder;
9 references to decoder
System.ServiceModel (9)
System\ServiceModel\Channels\SessionConnectionReader.cs (9)
1525if (!(decoder.CurrentState == ClientFramingDecoderState.End 1526|| decoder.CurrentState == ClientFramingDecoderState.EnvelopeEnd 1527|| decoder.CurrentState == ClientFramingDecoderState.ReadingUpgradeRecord 1528|| decoder.CurrentState == ClientFramingDecoderState.UpgradeResponse)) 1530throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException()); 1564int bytesRead = decoder.Decode(buffer, offset, size); 1578switch (decoder.CurrentState) 1582throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(decoder.Fault, channel.RemoteAddress.Uri.ToString(), messageEncoder.ContentType)); 1589int envelopeSize = decoder.EnvelopeSize;