mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-10 01:59:28 +00:00
implement auto port support for socket bridge communication
This commit is contained in:
7
ElectronNET.API/BridgeSettings.cs
Normal file
7
ElectronNET.API/BridgeSettings.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ElectronNET.API
|
||||
{
|
||||
public static class BridgeSettings
|
||||
{
|
||||
public static string SocketPort { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user