1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 12:22:56 +00:00
This commit is contained in:
JKorf
2019-10-20 13:36:38 +02:00
parent 8ec902951d
commit b2b5b0fef0
28 changed files with 819 additions and 237 deletions
@@ -25,8 +25,7 @@ namespace CryptoExchange.Net.Requests
}
};
httpClient = new HttpClient(handler);
httpClient.Timeout = requestTimeout;
httpClient = new HttpClient(handler) {Timeout = requestTimeout};
}
/// <inheritdoc />