@@ -551,6 +551,10 @@ namespace InABox.API
certificate = null;
}
+ /// <summary>
+ /// Initialise rest listener, and set up web socket port if non-zero.
+ /// </summary>
+ /// <param name="webSocketPort">The web-socket port to use, or 0 for no websocket.</param>
public static void Init(int webSocketPort)
{
if(webSocketPort != 0)