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