System.UriComponents
namespace System
{
public enum UriComponents
{
AbsoluteUri = 127,
Fragment = 64,
Host = 4,
HostAndPort = 132,
HttpRequestUrl = 61,
KeepDelimiter = 1073741824,
NormalizedHost = 256,
Path = 16,
PathAndQuery = 48,
Port = 8,
Query = 32,
Scheme = 1,
SchemeAndServer = 13,
SerializationInfoString = int.MinValue,
StrongAuthority = 134,
StrongPort = 128,
UserInfo = 2
}
}