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