mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 12:53:02 +00:00
Added name to message handlers, added socket type to subscription for background sockets
This commit is contained in:
@@ -17,4 +17,11 @@
|
||||
FormData,
|
||||
Json
|
||||
}
|
||||
|
||||
public enum SocketType
|
||||
{
|
||||
Normal,
|
||||
Background,
|
||||
BackgroundAuthenticated
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user