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

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

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

Same methods

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