2 writes to abortReason
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1521
this.
abortReason
= HttpAbortReason.TimedOut;
1733
abortReason
= HttpAbortReason.Aborted;
3 references to abortReason
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
1522
httpOutput.Abort(this.
abortReason
);
1642
if (
abortReason
== HttpAbortReason.Aborted)
1696
abortReason
);