2 writes to moduleBinding
System (2)
net\System\Net\_AuthenticationManager2.cs (2)
26this.moduleBinding = new PrefixLookup(); 32this.moduleBinding = new PrefixLookup(maxPrefixLookupEntries);
3 references to moduleBinding
System (3)
net\System\Net\_AuthenticationManager2.cs (3)
131string moduleName = moduleBinding.Lookup(httpWebRequest.ChallengedUri.AbsoluteUri) as string; 280moduleBinding.Add(prefix[k], module.AuthenticationType.ToUpperInvariant()); 291moduleBinding.Add(prefix, module.AuthenticationType);