1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
441this.channel = channel;
16 references to channel
System.ServiceModel (16)
System\ServiceModel\Channels\FramingChannels.cs (16)
500if (channel.upgrade != null) 502this.channelBindingProvider = this.channel.upgrade.GetProperty<IStreamUpgradeChannelBindingProvider>(); 503this.upgradeInitiator = channel.upgrade.CreateUpgradeInitiator(channel.RemoteAddress, channel.Via); 534channel, channel.RemoteAddress, this.connection, channel.decoder, this.upgradeInitiator, 535channel.MessageEncoder.ContentType, this.identityToImpersonate, timeoutHelper, onUpgrade, this); 552this.channel.SetChannelBinding(this.channelBindingProvider.GetChannelBinding(this.upgradeInitiator, ChannelBindingKind.Endpoint)); 555channel.SetRemoteSecurity(this.upgradeInitiator); 616connection.AsyncReadBuffer, ackBytesRead, channel.decoder, channel.Via)) 618IAsyncResult decodeFaultResult = ConnectionUpgradeHelper.BeginDecodeFramingFault(channel.decoder, 619connection, channel.Via, channel.MessageEncoder.ContentType, ref timeoutHelper,