1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-16 19:03:01 +00:00
This commit is contained in:
Jkorf
2022-01-17 15:51:03 +01:00
parent 5bfbcca25b
commit 55284c0549
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -118,5 +118,5 @@ All clients have access to the following options, specific implementations might
|`RateLimiters`|A list of `IRateLimiter`s to use.|`new List<IRateLimiter>()`|
|`RateLimitingBehaviour`|What should happen when a rate limit is reached.|`RateLimitingBehaviour.Wait`|
**Options for Socket Api Client (extension of base api client options)**
**Options for Socket Api Client (extension of base api client options)**
There are currently no specific options for socket API clients, the base API options are still available.