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