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