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