Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UriComponents.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
[Flags]
4
public
enum
UriComponents
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
UriComponents
Definition
UriComponents.cs:5
System.UriComponents.HttpRequestUrl
@ HttpRequestUrl
System.UriComponents.UserInfo
@ UserInfo
System.UriComponents.Fragment
@ Fragment
System.UriComponents.HostAndPort
@ HostAndPort
System.UriComponents.Port
@ Port
System.UriComponents.Query
@ Query
System.UriComponents.AbsoluteUri
@ AbsoluteUri
System.UriComponents.NormalizedHost
@ NormalizedHost
System.UriComponents.Scheme
@ Scheme
System.UriComponents.Path
@ Path
System.UriComponents.SchemeAndServer
@ SchemeAndServer
System.UriComponents.PathAndQuery
@ PathAndQuery
System.UriComponents.Host
@ Host
System.UriComponents.StrongAuthority
@ StrongAuthority
System.UriComponents.KeepDelimiter
@ KeepDelimiter
System.UriComponents.StrongPort
@ StrongPort
System.UriComponents.SerializationInfoString
@ SerializationInfoString
System
Definition
BlockingCollection.cs:8
source
System.Private.Uri
System
UriComponents.cs
Generated by
1.10.0