5 references to AddChallenge
System (5)
net\System\Net\HttpListener.cs (5)
1793
AddChallenge
(ref challenges, challenge);
2234
AddChallenge
(ref challenges, NegotiateClient.AuthType);
2239
AddChallenge
(ref challenges, NtlmClient.AuthType);
2264
AddChallenge
(ref challenges, DigestClient.AuthType + (string.IsNullOrEmpty(outBlob) ? "" : " " + outBlob));
2277
AddChallenge
(ref challenges, BasicClient.AuthType + " realm=\"" + Realm + "\"");