System.Net.Configuration.ServicePointManagerElement.ServicePointManagerElement C# (CSharp) Метод

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

public ServicePointManagerElement ( ) : System
Результат System
        public ServicePointManagerElement()
        {
            this.properties.Add(this.checkCertificateName);
            this.properties.Add(this.checkCertificateRevocationList);
            this.properties.Add(this.dnsRefreshTimeout);
            this.properties.Add(this.enableDnsRoundRobin);
            this.properties.Add(this.expect100Continue);
            this.properties.Add(this.useNagleAlgorithm);
        }