namespace ElectronNET.API { /// /// /// public static class BridgeSettings { /// /// Gets the socket port. /// /// /// The socket port. /// public static string SocketPort { get; internal set; } /// /// Gets the web port. /// /// /// The web port. /// public static string WebPort { get; internal set; } } }