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