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