Scalien.ConfigStateHelpers.GetControllerURL C# (CSharp) 메소드

GetControllerURL() 공개 정적인 메소드

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