Scalien.ConfigStateHelpers.GetControllerURL C# (CSharp) Method

GetControllerURL() public static method

public static GetControllerURL ( ConfigState controller, uint controllerPort = 8080 ) : string
controller ConfigState
controllerPort uint
return string
        public static string GetControllerURL(ConfigState.Controller controller, uint controllerPort = 8080)
        {
            return "http://" + GetEndpointWithPort(controller.endpoint, controllerPort) + "/";
        }