6 implementations of Abort
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
371public void Abort()
System\ServiceModel\Federation\WSTrustChannel.cs (1)
206void ICommunicationObject.Abort()
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
523void ICommunicationObject.Abort()
System.ServiceModel.Primitives (3)
netstandard.cs (3)
489public void Abort() { } 552void System.ServiceModel.ICommunicationObject.Abort() { } 1388public void Abort() { }
28 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();
Microsoft.Svcutil.NamedPipeMetadataImporter (1)
NamedPipeMetadataImporter.cs (1)
69((IClientChannel)proxy).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.Tests (2)
ServiceModel\ThrowingChannelBase.cs (1)
39protected override void OnAbort() => InnerChannel.Abort();
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
90_innerFactory.Abort();