Just use a CancellationTokenSource with timeout. var cts = new CancellationTokenSource(TimeSpan.FromSeconds(10)); var response = client.
確定! 回上一頁