Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UriComponents

Enumerator
Scheme 
UserInfo 
Host 
Port 
Path 
Query 
Fragment 
StrongPort 
NormalizedHost 
KeepDelimiter 
SerializationInfoString 
AbsoluteUri 
HostAndPort 
StrongAuthority 
SchemeAndServer 
HttpRequestUrl 
PathAndQuery 

Definition at line 4 of file UriComponents.cs.

5{
6 Scheme = 1,
7 UserInfo = 2,
8 Host = 4,
9 Port = 8,
10 Path = 0x10,
11 Query = 0x20,
12 Fragment = 0x40,
13 StrongPort = 0x80,
14 NormalizedHost = 0x100,
15 KeepDelimiter = 0x40000000,
16 SerializationInfoString = int.MinValue,
17 AbsoluteUri = 0x7F,
18 HostAndPort = 0x84,
19 StrongAuthority = 0x86,
20 SchemeAndServer = 0xD,
21 HttpRequestUrl = 0x3D,
22 PathAndQuery = 0x30
23}