1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-16 19:03:01 +00:00

Added basic converters, added IDisposable to socket, added trycatch to result checking

This commit is contained in:
JKorf
2018-03-23 14:25:09 +01:00
parent f22562cd86
commit 343af73d50
7 changed files with 118 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Threading.Tasks;
namespace CryptoExchange.Net.Interfaces
{
public interface IWebsocket
public interface IWebsocket: IDisposable
{
void SetEnabledSslProtocols(SslProtocols protocols);