11 references to Aborted
System.ServiceModel (11)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
255if (this.channel.Aborted || 287if (this.channel.Aborted ||
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
354if (this.Aborted || this.State == CommunicationState.Faulted)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
627if (this.Aborted || this.State == CommunicationState.Faulted) 1044if (this.Aborted || (this.State == CommunicationState.Faulted))
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (5)
255if (this.State == CommunicationState.Faulted || this.Aborted) 271if (this.State == CommunicationState.Faulted || this.Aborted) 580if (this.Aborted || this.State == CommunicationState.Faulted || this.State == CommunicationState.Closed) 649if (this.Aborted || this.State == CommunicationState.Faulted || this.State == CommunicationState.Closed) 1047if (this.Aborted || this.State == CommunicationState.Faulted || this.State == CommunicationState.Closed)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
718if (channel.Aborted && this.throttle != null)