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