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