1 write to QualityOfProtection
System (1)
net\System\Net\_DigestClient.cs (1)
598QualityOfProtection = value;
9 references to QualityOfProtection
System (9)
net\System\Net\_DigestClient.cs (9)
95Logging.PrintError(Logging.Web, SR.GetString(SR.net_log_digest_qop_not_supported, digestChallenge.QualityOfProtection)); 164index = challenge.QualityOfProtection.IndexOf(HttpDigest.SupportedQuality, index); 169if ((index==0 || HttpDigest.ValidSeparator.IndexOf(challenge.QualityOfProtection[index - 1])>=0) && 170(index+HttpDigest.SupportedQuality.Length==challenge.QualityOfProtection.Length || HttpDigest.ValidSeparator.IndexOf(challenge.QualityOfProtection[index + HttpDigest.SupportedQuality.Length])>=0) ) { 599QopPresent = QualityOfProtection!=null && QualityOfProtection.Length>0; 661if (QualityOfProtection!=null) { 663stringBuilder.Append(HttpDigest.pair(HttpDigest.DA_qop, QualityOfProtection, true));