Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UriComponents
enum
System.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
}
System.UriComponents.HttpRequestUrl
@ HttpRequestUrl
System.UriComponents.UserInfo
@ UserInfo
System.UriComponents.HostAndPort
@ HostAndPort
System.UriComponents.Query
@ Query
System.UriComponents.AbsoluteUri
@ AbsoluteUri
System.UriComponents.NormalizedHost
@ NormalizedHost
System.UriComponents.Scheme
@ Scheme
System.UriComponents.SchemeAndServer
@ SchemeAndServer
System.UriComponents.PathAndQuery
@ PathAndQuery
System.UriComponents.StrongAuthority
@ StrongAuthority
System.UriComponents.KeepDelimiter
@ KeepDelimiter
System.UriComponents.StrongPort
@ StrongPort
System.UriComponents.SerializationInfoString
@ SerializationInfoString
System
Generated by
1.10.0