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