2 writes to s_ServerCertValidationCallback
System (2)
net\System\Net\ServicePointManager.cs (2)
559
s_ServerCertValidationCallback
= null;
563
s_ServerCertValidationCallback
= new ServerCertValidationCallback(value);
3 references to s_ServerCertValidationCallback
System (3)
net\System\Net\ServicePointManager.cs (3)
549
if (
s_ServerCertValidationCallback
== null)
552
return
s_ServerCertValidationCallback
.ValidationCallback;
570
return
s_ServerCertValidationCallback
;