6 references to SupportedQuality
System (6)
net\System\Net\_DigestClient.cs (6)
164index = challenge.QualityOfProtection.IndexOf(HttpDigest.SupportedQuality, index); 170(index+HttpDigest.SupportedQuality.Length==challenge.QualityOfProtection.Length || HttpDigest.ValidSeparator.IndexOf(challenge.QualityOfProtection[index + HttpDigest.SupportedQuality.Length])>=0) ) { 173index += HttpDigest.SupportedQuality.Length; 1037authorization.Append(pair(DA_qop, SupportedQuality, true)); // IE sends quotes - IIS needs them 1126SupportedQuality + ":" + // challenge.QualityOfProtection + ":" +