7 implementations of Abort
System.ServiceModel (7)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
55public void Abort()
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
195public void Abort()
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
58public void Abort()
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
61public void Abort()
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
56public void Abort()
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
58public void Abort()
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
51public void Abort()
7 references to Abort
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1334this.binder.Abort(); 2680this.binder.Abort();
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
58this.channelBinder.Abort();
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
864this.binder.Abort(); 886this.binder.Abort();
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (1)
53this.binder.Abort();
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
63this.channelBinder.Abort();