1 implementation of Abort
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
136public void Abort()
9 references to Abort
System.ServiceModel.Primitives (9)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
115_binder.Abort(); 253_binder.Abort();
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
700Binder.Abort();
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
510pair.Key.Abort(); 521binder.Abort(); 646binder.Abort();
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
228_binder.Abort();
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
237binder.Abort();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1086ChannelBinder.Abort();