6 references to Add
System (6)
net\System\Net\_AuthenticationManager2.cs (2)
280
moduleBinding.
Add
(prefix[k], module.AuthenticationType.ToUpperInvariant());
291
moduleBinding.
Add
(prefix, module.AuthenticationType);
net\System\Net\_AuthenticationManagerDefault.cs (2)
427
moduleBinding.
Add
(prefix[k], module.AuthenticationType);
438
moduleBinding.
Add
(prefix, module.AuthenticationType);
net\System\Net\_DigestClient.cs (2)
133
challengeCache.
Add
(prefixes[i], digestChallenge);
395
challengeCache.
Add
(prefixes[i], digestChallenge);