Microsoft.Research.DataOnboarding.WebApplication.Infrastructure.RequestParams.RequestParams C# (CSharp) Метод

RequestParams() публичный Метод

public RequestParams ( ) : System.Collections.Specialized
Результат System.Collections.Specialized
        public RequestParams()
        {
            //set the default mode as GET
            RequestMode = Infrastructure.RequestMode.GET;
            Values = new NameValueCollection();
            AllowAutoRedirect = true;
        }
RequestParams