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