6 references to Aborted
System.ServiceModel (6)
System\ServiceModel\Channels\LifetimeManager.cs (5)
124return CommunicationWaitResult.Aborted; 251case CommunicationWaitResult.Aborted: 371this.result = CommunicationWaitResult.Aborted; 425return CommunicationWaitResult.Aborted; 434this.result = CommunicationWaitResult.Aborted;
System\ServiceModel\ServiceChannelManager.cs (1)
194case CommunicationWaitResult.Aborted: