1 write to Stale
System (1)
net\System\Net\_DigestClient.cs (1)
610
Stale
= value.ToLower(CultureInfo.InvariantCulture).Equals("true");
6 references to Stale
System (6)
net\System\Net\_DigestClient.cs (6)
242
GlobalLog.Print("DigestClient::Update(): returning digestChallenge.Stale:" + digestChallenge.
Stale
.ToString());
243
return !digestChallenge.
Stale
;
673
if (
Stale
) {
956
if (digestChallenge.ClientNonce==null || digestChallenge.
Stale
) {
957
GlobalLog.Print("HttpDigest::Authenticate() QopPresent:True, need new nonce. digestChallenge.ClientNonce:" + ValidationHelper.ToString(digestChallenge.ClientNonce) + " digestChallenge.Stale:" + digestChallenge.
Stale
.ToString());
1064
GlobalLog.Print("HttpDigest::Authenticate() digestChallenge.Stale:" + digestChallenge.
Stale
.ToString());