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