4 references to Lookup
System (4)
net\System\Net\_AuthenticationManager2.cs (1)
131
string moduleName = moduleBinding.
Lookup
(httpWebRequest.ChallengedUri.AbsoluteUri) as string;
net\System\Net\_AuthenticationManagerDefault.cs (1)
258
string moduleName = moduleBinding.
Lookup
(httpWebRequest.ChallengedUri.AbsoluteUri) as string;
net\System\Net\_DigestClient.cs (2)
86
digestChallenge = challengeCache.
Lookup
(httpWebRequest.ChallengedUri.AbsoluteUri) as HttpDigestChallenge;
299
HttpDigestChallenge digestChallenge = challengeCache.
Lookup
(httpWebRequest.ChallengedUri.AbsoluteUri) as HttpDigestChallenge;