9 implementations of Abort
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
206void ICommunicationObject.Abort()
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
541void ICommunicationObject.Abort()
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\CommunicationObject.cs (1)
155public void Abort()
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
573void ICommunicationObject.Abort()
System\ServiceModel\ClientBase.cs (2)
305public void Abort() 1073void ICommunicationObject.Abort()
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1402public void Abort()
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
190public void Abort() 352public void Abort()
75 references to Abort
Binding.ReliableSession.IntegrationTests (2)
NetHttpBindingTests.cs (1)
246((ICommunicationObject)serviceProxy).Abort(); // Remove from factory so factory doesn't throw when closed.
WSHttpBindingTests.cs (1)
246((ICommunicationObject)serviceProxy).Abort(); // Remove from factory so factory doesn't throw when closed.
Binding.UDS.IntegrationTests (3)
ServiceHelper.cs (3)
107comObj.Abort(); 112comObj.Abort(); 116comObj.Abort();
Client.ExpectedExceptions.IntegrationTests (2)
ExpectedExceptionTests.4.0.0.cs (1)
315((ICommunicationObject)serviceProxy).Abort();
ExpectedExceptionTests.4.1.0.cs (1)
565((ICommunicationObject)serviceProxy).Abort();
Contract.Service.IntegrationTests (8)
ServiceContractTests.4.1.0.cs (8)
261((ICommunicationObject)serviceProxy).Abort(); 270((ICommunicationObject)serviceProxy).Abort(); 748((ICommunicationObject)serviceProxy1).Abort(); 749((ICommunicationObject)serviceProxy2).Abort(); 838((ICommunicationObject)serviceProxy1).Abort(); 839((ICommunicationObject)serviceProxy2).Abort(); 929((ICommunicationObject)serviceProxy1).Abort(); 930((ICommunicationObject)serviceProxy2).Abort();
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingChannelBase.cs (1)
52this.innerChannel.Abort();
InterceptingChannelFactory.cs (1)
63this.innerChannelFactory.Abort();
Infrastructure.Common (3)
ServiceUtilHelper.cs (3)
438comObj.Abort(); 443comObj.Abort(); 447comObj.Abort();
ScenarioTests.Common.Tests (3)
ScenarioTestHelpers.cs (3)
202comObj.Abort(); 207comObj.Abort(); 211comObj.Abort();
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
208RequestChannel.Abort();
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Security\SecurityUtilsEx.cs (1)
72co.Abort();
System.ServiceModel.Primitives (48)
System\ServiceModel\ChannelFactory.cs (1)
271InnerFactory.Abort();
System\ServiceModel\Channels\ChannelFactoryBase.cs (2)
149((IChannel)(object)channel).Abort(); 172channel.Abort();
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
212channel.Abort();
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
48collection[index].Abort(); 74communicationObject.Abort();
System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
43item.Abort();
System\ServiceModel\Channels\LayeredChannel.cs (1)
48InnerChannel.Abort();
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
84InnerChannelFactory.Abort(); 274_innerOutputChannel.Abort();
System\ServiceModel\Channels\ReliableChannelBinder.cs (9)
163channel.Abort(); 228channel.Abort(); 1146faultedChannel.Abort(); 1378channel.Abort(); 1817channel.Abort(); 2069channel.Abort(); 2082channel.Abort(); 2144channel.Abort(); 2157channel.Abort();
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
64InnerChannelFactory.Abort();
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
231channel.Abort(); 434InnerChannelFactory.Abort();
System\ServiceModel\ClientBase.cs (2)
310channel.Abort(); 1075((ICommunicationObject)_channel).Abort();
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
400((ICommunicationObject)value).Abort();
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
240PendingChannels[i].Abort(); 372_listener.Abort();
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
800Binder.Channel.Abort();
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
184_channel.Abort(); 1287_innerChannel.Abort(); 1327_innerChannel.Abort(); 1404_innerChannel.Abort();
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
54_channel.Abort();
System\ServiceModel\Dispatcher\ListenerHandler.cs (3)
136channels[index].Abort(); 168channel.Abort(); 268channel.Binder.Channel.Abort();
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
56_channel.Abort();
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
54_channel.Abort();
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
52_channel.Abort();
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (1)
18((IChannel)state).Abort();
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (3)
492rstChannel.Abort(); 496rstChannel.Abort(); 594rstChannel.Abort();
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
92_rstChannelFactory.Abort();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
487channel.Abort();
System\ServiceModel\Security\SecurityUtils.cs (2)
579obj.Abort(); 605co.Abort();
System\ServiceModel\ServiceChannelManager.cs (1)
214channels[index].Abort();
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingChannelBase.cs (1)
39protected override void OnAbort() => InnerChannel.Abort();
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
90_innerFactory.Abort();