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