1 implementation of Abort
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
165public void Abort()
18 references to Abort
System.ServiceModel (18)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
194this.binder.Abort(); 346this.binder.Abort();
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
936this.binder.Abort();
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
317this.binder.Abort();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
724pair.Key.Abort(); 735binder.Abort(); 963binder.Abort(); 1256this.binder.Abort();
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
279this.binder.Abort();
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
481this.binder.Abort();
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
301this.binder.Abort();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1343this.channelBinder.Abort();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (6)
578pendingChannelBinder.Abort(); 585pendingChannelBinder.Abort(); 795channelBinder.Abort(); 876binder.Abort(); 1086this.channelBinder.Abort(); 1256this.channelBinder.Abort();