1 write to decoder
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
1105this.decoder = decoder;
5 references to decoder
System.ServiceModel (5)
System\ServiceModel\Channels\FramingChannels.cs (5)
1127int bytesDecoded = decoder.Decode(connection.AsyncReadBuffer, offset, size); 1131if (decoder.CurrentState == ClientFramingDecoderState.Fault) 1135FaultStringDecoder.GetFaultException(decoder.Fault, via.ToString(), contentType)); 1139if (decoder.CurrentState != ClientFramingDecoderState.ReadingFaultString) 1157throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException());