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