Ards_v6_Tester.Form1.SetResRequestUrl C# (CSharp) 메소드

SetResRequestUrl() 개인적인 메소드

private SetResRequestUrl ( string method, string type ) : string
method string
type string
리턴 string
        private string SetResRequestUrl(string method, string type)
        {
            return string.Format("http://{0}/{1}/{2}/{3}/{4}/{5}", CommonLoader.Instance.ArdsServer, type, method, txt_ResCompany.Text, txt_ResTenant.Text, txt_ResResourceId.Text);
        }
Form1