2 writes to decoder
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
257
this.
decoder
= new ClientDuplexDecoder(0);
456
channel.
decoder
= new ClientDuplexDecoder(0);
8 references to decoder
System.ServiceModel (8)
System\ServiceModel\Channels\FramingChannels.cs (8)
267
if (!ConnectionUpgradeHelper.InitiateUpgrade(upgradeInitiator, ref connection, this.
decoder
,
270
ConnectionUpgradeHelper.DecodeFramingFault(this.
decoder
, connection, Via, MessageEncoder.ContentType, ref timeoutHelper);
286
if (!ConnectionUpgradeHelper.ValidatePreambleResponse(ackBuffer, ackBytesRead, this.
decoder
, Via))
288
ConnectionUpgradeHelper.DecodeFramingFault(this.
decoder
, connection, Via,
356
base.SetMessageSource(new ClientDuplexConnectionReader(this, connection,
decoder
, this.settings, MessageEncoder));
534
channel, channel.RemoteAddress, this.connection, channel.
decoder
, this.upgradeInitiator,
616
connection.AsyncReadBuffer, ackBytesRead, channel.
decoder
, channel.Via))
618
IAsyncResult decodeFaultResult = ConnectionUpgradeHelper.BeginDecodeFramingFault(channel.
decoder
,