2 writes to TriedPreAuth
System (2)
net\System\Net\_AuthenticationState.cs (2)
183TriedPreAuth = true; 315TriedPreAuth = false;
2 references to TriedPreAuth
System (2)
net\System\Net\_AuthenticationState.cs (2)
181GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::PreAuthIfNeeded() TriedPreAuth:" + TriedPreAuth.ToString() + " authInfo:" + ValidationHelper.HashString(authInfo)); 182if (!TriedPreAuth) {