Base:
2 references to ReadTimeout
System.ServiceModel.Http (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
1043
throw Fx.Exception.AsError(new TimeoutException(InternalSR.TaskTimedOutError(new TimeSpan(
ReadTimeout
))));
1046
throw WebSocketHelper.ConvertAndTraceException(ex, new TimeSpan(
ReadTimeout
), WebSocketHelper.ReceiveOperation);