mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-19 12:22:56 +00:00
wip
This commit is contained in:
@@ -25,8 +25,7 @@ namespace CryptoExchange.Net.Requests
|
||||
}
|
||||
};
|
||||
|
||||
httpClient = new HttpClient(handler);
|
||||
httpClient.Timeout = requestTimeout;
|
||||
httpClient = new HttpClient(handler) {Timeout = requestTimeout};
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user