6 implementations of Abort
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1278
public void
Abort
(RequestChannel channel)
1730
public void
Abort
(RequestChannel channel)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
908
public void
Abort
(RequestChannel channel)
1069
public void
Abort
(RequestChannel channel)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
601
public void
Abort
(RequestChannel requestChannel)
704
public void
Abort
(RequestChannel requestChannel)
3 references to Abort
System.ServiceModel (3)
System\ServiceModel\Channels\RequestChannel.cs (3)
71
request.
Abort
(this);
116
request.
Abort
(this);
389
request.
Abort
(this.requestChannel);