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