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