Ards_v6_Tester.Form1.SetReqRequestUrl C# (CSharp) Метод

SetReqRequestUrl() приватный Метод

private SetReqRequestUrl ( string method, string type ) : string
method string
type string
Результат string
        private string SetReqRequestUrl(string method, string type)
        {
            return string.Format("http://{0}/{1}/{2}/{3}/{4}/{5}", CommonLoader.Instance.ArdsServer, type, method, txt_ReqCompany.Text, txt_ReqTenant.Text, txt_ReqRequestId.Text);
        }

Same methods

Form1::SetReqRequestUrl ( string method, string type, string reason ) : string
Form1