3 references to TimedOut
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1521this.abortReason = HttpAbortReason.TimedOut;
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
1540thisPtr.Abort(HttpAbortReason.TimedOut); 3657case HttpAbortReason.TimedOut: