5 references to BasicClient
System (5)
net\System\Net\_BasicClient.cs (1)
113string responseHeader = BasicClient.AuthType + " " + Convert.ToBase64String(bytes);
net\System\Net\Configuration\AuthenticationModulesSection.cs (1)
57new AuthenticationModuleElement(typeof(BasicClient).AssemblyQualifiedName));
net\System\Net\HttpListener.cs (3)
30base(username, BasicClient.AuthType) 1481string.Compare(authorizationHeader, 0, BasicClient.AuthType, 0, index, StringComparison.OrdinalIgnoreCase) == 0) 2277AddChallenge(ref challenges, BasicClient.AuthType + " realm=\"" + Realm + "\"");