8 references to properties
System (8)
net\System\Net\Configuration\ServicePointManagerElement.cs (8)
19
this.
properties
.Add(this.checkCertificateName);
20
this.
properties
.Add(this.checkCertificateRevocationList);
21
this.
properties
.Add(this.dnsRefreshTimeout);
22
this.
properties
.Add(this.enableDnsRoundRobin);
23
this.
properties
.Add(this.encryptionPolicy);
24
this.
properties
.Add(this.expect100Continue);
25
this.
properties
.Add(this.useNagleAlgorithm);
107
return this.
properties
;