1 write to upgradeProvider
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
394
this.parent.GetUpgradeAndConnectionPool(out this.
upgradeProvider
, out this.connectionPool);
4 references to upgradeProvider
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (4)
415
if (this.
upgradeProvider
== null)
421
IAsyncResult result = this.
upgradeProvider
.BeginClose(this.timeoutHelper.RemainingTime(),
426
this.
upgradeProvider
.EndClose(result);
475
thisPtr.
upgradeProvider
.EndClose(result);