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