mscorlib(4.0.0.0) API with additions
UriComponents.cs
1 namespace System
2 {
4  [Flags]
5  [global::__DynamicallyInvokable]
6  public enum UriComponents
7  {
9  [global::__DynamicallyInvokable]
10  Scheme = 0x1,
12  [global::__DynamicallyInvokable]
13  UserInfo = 0x2,
15  [global::__DynamicallyInvokable]
16  Host = 0x4,
18  [global::__DynamicallyInvokable]
19  Port = 0x8,
21  [global::__DynamicallyInvokable]
22  Path = 0x10,
24  [global::__DynamicallyInvokable]
25  Query = 0x20,
27  [global::__DynamicallyInvokable]
28  Fragment = 0x40,
30  [global::__DynamicallyInvokable]
31  StrongPort = 0x80,
33  [global::__DynamicallyInvokable]
34  NormalizedHost = 0x100,
36  [global::__DynamicallyInvokable]
37  KeepDelimiter = 0x40000000,
39  [global::__DynamicallyInvokable]
40  SerializationInfoString = int.MinValue,
42  [global::__DynamicallyInvokable]
43  AbsoluteUri = 0x7F,
45  [global::__DynamicallyInvokable]
46  HostAndPort = 0x84,
48  [global::__DynamicallyInvokable]
49  StrongAuthority = 0x86,
51  [global::__DynamicallyInvokable]
52  SchemeAndServer = 0xD,
54  [global::__DynamicallyInvokable]
55  HttpRequestUrl = 0x3D,
57  [global::__DynamicallyInvokable]
58  PathAndQuery = 0x30
59  }
60 }
The P:System.Uri.LocalPath and P:System.Uri.Query data. Also see P:System.Uri.PathAndQuery.
The P:System.Uri.Fragment data.
Definition: __Canon.cs:3
The P:System.Uri.Port data. If no port data is in the T:System.Uri and a default port has been assign...
The P:System.Uri.Scheme, P:System.Uri.Host, and P:System.Uri.Port data.
UriComponents
Specifies the parts of a T:System.Uri.
Definition: UriComponents.cs:6
The P:System.Uri.UserInfo data.
The P:System.Uri.UserInfo, P:System.Uri.Host, and P:System.Uri.Port data. If no port data is in the T...
The P:System.Uri.Host data.
The P:System.Uri.Scheme, P:System.Uri.Host, P:System.Uri.Port, P:System.Uri.LocalPath,...
The P:System.Uri.Scheme data.
The P:System.Uri.Host and P:System.Uri.Port data. If no port data is in the Uri and a default port ha...
The P:System.Uri.Port data.
The normalized form of the P:System.Uri.Host.
The P:System.Uri.Query data.
The P:System.Uri.LocalPath data.
The P:System.Uri.Scheme, P:System.Uri.UserInfo, P:System.Uri.Host, P:System.Uri.Port,...
Specifies that the delimiter should be included.
The complete T:System.Uri context that is needed for Uri Serializers. The context includes the IPv6 s...