7 references to ServicePointManager
System (7)
net\System\Net\Configuration\SettingsSection.cs (7)
165this.checkCertificateName = section.ServicePointManager.CheckCertificateName; 166this.checkCertificateRevocationList = section.ServicePointManager.CheckCertificateRevocationList; 167this.dnsRefreshTimeout = section.ServicePointManager.DnsRefreshTimeout; 170this.enableDnsRoundRobin = section.ServicePointManager.EnableDnsRoundRobin; 171this.encryptionPolicy = section.ServicePointManager.EncryptionPolicy; 172this.expect100Continue = section.ServicePointManager.Expect100Continue; 177this.useNagleAlgorithm = section.ServicePointManager.UseNagleAlgorithm;