implement auto port detect for web bridge

This commit is contained in:
Gregor Biswanger
2017-10-06 05:46:01 +02:00
parent 9ed69cd65c
commit 21cb393bc0
5 changed files with 40 additions and 33 deletions

View File

@@ -3,5 +3,6 @@
public static class BridgeSettings
{
public static string SocketPort { get; set; }
public static string WebPort { get; set; }
}
}