7 implementations of Abort
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
86public void Abort()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
563void ICommunicationObject.Abort()
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
163public void Abort() 696void ICommunicationObject.Abort()
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1383public void Abort()
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
212public void Abort() 387public void Abort()
32 references to Abort
dotnet-svcutil-lib (32)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
303_innerFactory.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (2)
141((IChannel)(object)channel).Abort(); 162channel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (2)
48collection[index].Abort(); 75communicationObject.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
40item.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
49_innerChannel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
75_innerChannelFactory.Abort(); 207_innerOutputChannel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
241channel.Abort(); 416_innerChannelFactory.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
168channel.Abort(); 698((ICommunicationObject)_channel).Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1040((IClientChannel)metadataClient).Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
259_pendingChannels[i].Abort(); 391_listener.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
800_binder.Channel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
194_channel.Abort(); 1268_innerChannel.Abort(); 1308_innerChannel.Abort(); 1385_innerChannel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
59_channel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (4)
157channels[index].Abort(); 193channel.Abort(); 265state.Channel.Abort(); 324channel.Binder.Channel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
57_channel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
59_channel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
51_channel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
717co.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (2)
120channel.Abort(); 288channels[index].Abort();