13 references to AppendKeyValue
System.Net.Http (13)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (13)
86sb.AppendKeyValue(Username, ComputeHash(credential.UserName + ":" + realm, algorithm)); 87sb.AppendKeyValue(UserHash, userhash, includeQuotes: false); 94sb.AppendKeyValue(UsernameStar, usernameStar, includeQuotes: false); 98sb.AppendKeyValue(Username, credential.UserName); 103sb.AppendKeyValue(Realm, realm); 106sb.AppendKeyValue(Nonce, nonce); 110sb.AppendKeyValue(Uri, request.RequestUri.PathAndQuery); 172sb.AppendKeyValue(Response, response, includeComma: opaque != null || isAlgorithmSpecified || isQopSpecified); 177sb.AppendKeyValue(Opaque, opaque, includeComma: isAlgorithmSpecified || isQopSpecified); 183sb.AppendKeyValue(Algorithm, algorithm, includeQuotes: false, includeComma: isQopSpecified); 189sb.AppendKeyValue(Qop, qop, includeQuotes: false); 192sb.AppendKeyValue(NC, DigestResponse.NonceCount, includeQuotes: false); 195sb.AppendKeyValue(CNonce, cnonce, includeComma: false);