9 references to Aborted
System.ServiceModel (9)
System\ServiceModel\Channels\HttpChannelFactory.cs (6)
1254httpOutput.Abort(HttpAbortReason.Aborted); 1281abortReason = HttpAbortReason.Aborted; 1567this.httpOutput.Abort(HttpAbortReason.Aborted); 1595httpOutput.Abort(HttpAbortReason.Aborted); 1642if (abortReason == HttpAbortReason.Aborted) 1733abortReason = HttpAbortReason.Aborted;
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
1117Abort(HttpAbortReason.Aborted); 3655case HttpAbortReason.Aborted:
System\ServiceModel\Channels\HttpRequestContext.cs (1)
141this.httpOutput.Abort(HttpAbortReason.Aborted);