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