7 references to StrongPort
System.Private.Uri (7)
System\Uri.cs (2)
2619string portStr = _syntax.InternalGetComponents(this, UriComponents.StrongPort, UriFormat.UriEscaped); 2892(InFact(Flags.NotDefaultPort) || ((parts & UriComponents.StrongPort) != 0 && _syntax.DefaultPort != UriParser.NoDefaultPort)))
System\UriEnumTypes.cs (2)
40HostAndPort = Host | StrongPort, //includes port even if default 41StrongAuthority = UserInfo | Host | StrongPort, //includes port even if default
System\UriExt.cs (3)
945if (uriComponents == UriComponents.Port || uriComponents == UriComponents.StrongPort) 947if (((_flags & Flags.NotDefaultPort) != 0) || (uriComponents == UriComponents.StrongPort 956if ((uriComponents & UriComponents.StrongPort) != 0)