mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-15 05:06:47 +00:00
Aanpassingen autoupdate & async code
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace ElectronNET.API
|
||||
using Quobject.SocketIoClientDotNet.Client;
|
||||
|
||||
namespace ElectronNET.API
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
@@ -18,5 +20,10 @@
|
||||
return !string.IsNullOrEmpty(BridgeSettings.SocketPort);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public static Socket Socket { get { return BridgeConnector.Socket; } }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user