System.Net.Configuration.ServicePointManagerElement.ServicePointManagerElement C# (CSharp) Method

ServicePointManagerElement() public method

public ServicePointManagerElement ( ) : System
return 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);
        }