3 references to Basic
System (3)
net\System\Net\NetWebProxyFinder.cs (1)
444
if (!tryParse || uri.UserInfo.Length > 0 || uri.HostNameType == UriHostNameType.
Basic
|| uri.AbsolutePath.Length != 1 || proxyAuthority[proxyAuthority.Length - 1] == '/' || proxyAuthority[proxyAuthority.Length - 1] == '#' || proxyAuthority[proxyAuthority.Length - 1] == '?')
net\System\URI.cs (2)
810
case Flags.BasicHostType: return UriHostNameType.
Basic
;
812
case Flags.UncHostType: return UriHostNameType.
Basic
; //return (UriHostNameType)(UriHostNameType.Basic+10);