2 writes to upgrade
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
60this.upgrade = upgradeBindingElements[0].BuildClientStreamUpgradeProvider(context); 233this.upgrade = null;
6 references to upgrade
System.ServiceModel (6)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (6)
145StreamUpgradeProvider localUpgrade = this.upgrade; 188if (result == null && this.upgrade != null) 190result = this.upgrade.GetProperty<T>(); 225if (this.upgrade != null || this.connectionPool != null) 229if (this.upgrade != null || this.connectionPool != null) 231upgradeCopy = this.upgrade;