8 references to StrongPort
System (8)
net\System\URI.cs (3)
2667string portStr = m_Syntax.InternalGetComponents(this, UriComponents.StrongPort, UriFormat.UriEscaped); 2911else if ((parts & UriComponents.StrongPort) != 0 && m_Syntax.DefaultPort != UriParser.NoDefaultPort) { 2918else if (InFact(Flags.NotDefaultPort) || ((parts & UriComponents.StrongPort) != 0 &&
net\System\UriEnumTypes.cs (2)
54HostAndPort = Host | StrongPort, //includes port even if default 55StrongAuthority = UserInfo | Host | StrongPort, //includes port even if default
net\System\UriExt.cs (3)
891if (uriComponents == UriComponents.Port || uriComponents == UriComponents.StrongPort) 893if (((m_Flags & Flags.NotDefaultPort) != 0) || (uriComponents == UriComponents.StrongPort 902if ((uriComponents & UriComponents.StrongPort) != 0)