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