2 writes to ServerCertValidationCallback
System (2)
net\System\Net\HttpWebRequest.cs (2)
5501
ServerCertValidationCallback
= null;
5505
ServerCertValidationCallback
= new ServerCertValidationCallback(value);
4 references to ServerCertValidationCallback
System (4)
net\System\Net\HttpWebRequest.cs (2)
5489
if (
ServerCertValidationCallback
== null)
5493
return
ServerCertValidationCallback
.ValidationCallback;
net\System\Net\ServicePoint.cs (2)
1063
if (httpWebRequest != null && httpWebRequest.
ServerCertValidationCallback
!= null)
1065
return httpWebRequest.
ServerCertValidationCallback
.