2 references to CreateRequestTimedOutMessage
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3601
return new TimeoutException(
CreateRequestTimedOutMessage
(request), webException);
3658
return new TimeoutException(
CreateRequestTimedOutMessage
(request), webException);