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