Implemented interface member:
method
Abort
System.ServiceModel.ICommunicationObject.Abort()
18 references to Abort
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (2)
174this.Abort(); 204Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
249localUpgrade.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (4)
126Abort(); 1153Abort(); 1255_factory.Abort(); 2436_channel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
565_serviceChannel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
170_channelFactory.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
397handler.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
609channel.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
234this.Channel.Abort(); 272this.InstanceContext.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocol.cs (1)
61_communicationObject.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1058this.CommunicationObject.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
214_communicationObject.Abort(); 389_communicationObject.Abort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
273_innerChannelFactory.Abort();