1 write to _decoder
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
202
_decoder
= decoder;
9 references to _decoder
System.ServiceModel.NetFramingBase (9)
System\ServiceModel\Channels\SessionConnectionReader.cs (9)
211
if (!(
_decoder
.CurrentState == ClientFramingDecoderState.End
212
||
_decoder
.CurrentState == ClientFramingDecoderState.EnvelopeEnd
213
||
_decoder
.CurrentState == ClientFramingDecoderState.ReadingUpgradeRecord
214
||
_decoder
.CurrentState == ClientFramingDecoderState.UpgradeResponse))
216
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
_decoder
.CreatePrematureEOFException());
229
int bytesRead =
_decoder
.Decode(buffer, offset, size);
246
switch (
_decoder
.CurrentState)
250
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(FaultStringDecoder.GetFaultException(
_decoder
.Fault, _channel.RemoteAddress.Uri.ToString(), _messageEncoder.ContentType));
257
int envelopeSize =
_decoder
.EnvelopeSize;