2 writes to upgradeInitiator
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
503this.upgradeInitiator = channel.upgrade.CreateUpgradeInitiator(channel.RemoteAddress, channel.Via); 576this.upgradeInitiator = null; // we're done with the upgrade
7 references to upgradeInitiator
System.ServiceModel (7)
System\ServiceModel\Channels\FramingChannels.cs (7)
510this.upgradeInitiator.BeginOpen(timeoutHelper.RemainingTime(), onUpgradeInitiatorOpen, this); 527this.upgradeInitiator.EndOpen(result); 534channel, channel.RemoteAddress, this.connection, channel.decoder, this.upgradeInitiator, 552this.channel.SetChannelBinding(this.channelBindingProvider.GetChannelBinding(this.upgradeInitiator, ChannelBindingKind.Endpoint)); 555channel.SetRemoteSecurity(this.upgradeInitiator); 563this.upgradeInitiator.BeginClose(timeoutHelper.RemainingTime(), onUpgradeInitiatorClose, this); 575this.upgradeInitiator.EndClose(result);