2 writes to checkCertificateRevocationList
System (2)
net\System\Net\Configuration\SettingsSection.cs (2)
166
this.
checkCertificateRevocationList
= section.ServicePointManager.CheckCertificateRevocationList;
252
set { this.
checkCertificateRevocationList
= value; }
1 reference to checkCertificateRevocationList
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
251
get { return this.
checkCertificateRevocationList
; }