1 write to upgrade
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
459this.upgrade = upgrade;
7 references to upgrade
System.ServiceModel (7)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (7)
466if (this.upgrade != null) 468this.upgrade.Abort(); 476if (this.upgrade != null) 478this.upgrade.Close(timeoutHelper.RemainingTime()); 497if (this.upgrade != null) 499begin1 = this.upgrade.BeginClose; 500end1 = this.upgrade.EndClose;