1
0
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:
JKorf
2018-11-29 11:28:46 +01:00
parent 8611723c6f
commit 1b6e1f99f8
3 changed files with 26 additions and 3 deletions
+7
View File
@@ -17,4 +17,11 @@
FormData,
Json
}
public enum SocketType
{
Normal,
Background,
BackgroundAuthenticated
}
}