Base:
2 references to ReadTimeout
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
1071
throw Fx.Exception.AsError(new TimeoutException(InternalSR.TaskTimedOutError(new TimeSpan(
ReadTimeout
))));
1074
throw WebSocketHelper.ConvertAndTraceException(ex, new TimeSpan(
ReadTimeout
), WebSocketHelper.ReceiveOperation);