8 references to UserInfo
System (6)
net\System\Net\FtpWebRequest.cs (3)
530if (m_Uri.UserInfo != null && m_Uri.UserInfo.Length != 0) { 531string userInfo = m_Uri.UserInfo;
net\System\Net\NetWebProxyFinder.cs (1)
444if (!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\uribuilder.cs (2)
77string userInfo = uri.UserInfo; 387string userInfo = uri.UserInfo;
System.ServiceModel (2)
System\ServiceModel\Channels\UriPrefixTable.cs (1)
328string userInfo = this.uri.UserInfo;
System\ServiceModel\UriSchemeKeyedCollection.cs (1)
66if (!string.IsNullOrEmpty(uri.UserInfo))