mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 04:42:57 +00:00
Socket client update, added headers to rest result
This commit is contained in:
@@ -4,6 +4,6 @@ namespace CryptoExchange.Net.Interfaces
|
||||
{
|
||||
public interface IRateLimiter
|
||||
{
|
||||
CallResult<double> LimitRequest(string url, RateLimitingBehaviour limitBehaviour);
|
||||
CallResult<double> LimitRequest(RestClient client, string url, RateLimitingBehaviour limitBehaviour);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user