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