iControl.ManagementApplicationService.ManagementApplicationService C# (CSharp) Method

ManagementApplicationService() public method

public ManagementApplicationService ( ) : System
return System
        public ManagementApplicationService()
        {
            this.Url = "https://url_to_service";
        }
ManagementApplicationService