Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UriSyntaxFlags.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
[Flags]
4
internal
enum
UriSyntaxFlags
5
{
6
None
= 0,
7
MustHaveAuthority
= 1,
8
OptionalAuthority
= 2,
9
MayHaveUserInfo
= 4,
10
MayHavePort
= 8,
11
MayHavePath
= 0x10,
12
MayHaveQuery
= 0x20,
13
MayHaveFragment
= 0x40,
14
AllowEmptyHost
= 0x80,
15
AllowUncHost
= 0x100,
16
AllowDnsHost
= 0x200,
17
AllowIPv4Host
= 0x400,
18
AllowIPv6Host
= 0x800,
19
AllowAnInternetHost
= 0xE00,
20
AllowAnyOtherHost
= 0x1000,
21
FileLikeUri
= 0x2000,
22
MailToLikeUri
= 0x4000,
23
V1_UnknownUri
= 0x10000,
24
SimpleUserSyntax
= 0x20000,
25
BuiltInSyntax
= 0x40000,
26
ParserSchemeOnly
= 0x80000,
27
AllowDOSPath
= 0x100000,
28
PathIsRooted
= 0x200000,
29
ConvertPathSlashes
= 0x400000,
30
CompressPath
= 0x800000,
31
CanonicalizeAsFilePath
= 0x1000000,
32
UnEscapeDotsAndSlashes
= 0x2000000,
33
AllowIdn
= 0x4000000,
34
AllowIriParsing
= 0x10000000
35
}
System.Base64FormattingOptions.None
@ None
System.UriSyntaxFlags
UriSyntaxFlags
Definition
UriSyntaxFlags.cs:5
System.UriSyntaxFlags.MayHaveQuery
@ MayHaveQuery
System.UriSyntaxFlags.AllowAnInternetHost
@ AllowAnInternetHost
System.UriSyntaxFlags.V1_UnknownUri
@ V1_UnknownUri
System.UriSyntaxFlags.AllowIdn
@ AllowIdn
System.UriSyntaxFlags.SimpleUserSyntax
@ SimpleUserSyntax
System.UriSyntaxFlags.MayHaveFragment
@ MayHaveFragment
System.UriSyntaxFlags.AllowAnyOtherHost
@ AllowAnyOtherHost
System.UriSyntaxFlags.FileLikeUri
@ FileLikeUri
System.UriSyntaxFlags.AllowIPv4Host
@ AllowIPv4Host
System.UriSyntaxFlags.ParserSchemeOnly
@ ParserSchemeOnly
System.UriSyntaxFlags.AllowUncHost
@ AllowUncHost
System.UriSyntaxFlags.MayHavePort
@ MayHavePort
System.UriSyntaxFlags.AllowDOSPath
@ AllowDOSPath
System.UriSyntaxFlags.UnEscapeDotsAndSlashes
@ UnEscapeDotsAndSlashes
System.UriSyntaxFlags.MayHaveUserInfo
@ MayHaveUserInfo
System.UriSyntaxFlags.PathIsRooted
@ PathIsRooted
System.UriSyntaxFlags.ConvertPathSlashes
@ ConvertPathSlashes
System.UriSyntaxFlags.OptionalAuthority
@ OptionalAuthority
System.UriSyntaxFlags.AllowIriParsing
@ AllowIriParsing
System.UriSyntaxFlags.AllowEmptyHost
@ AllowEmptyHost
System.UriSyntaxFlags.CanonicalizeAsFilePath
@ CanonicalizeAsFilePath
System.UriSyntaxFlags.CompressPath
@ CompressPath
System.UriSyntaxFlags.AllowDnsHost
@ AllowDnsHost
System.UriSyntaxFlags.BuiltInSyntax
@ BuiltInSyntax
System.UriSyntaxFlags.MustHaveAuthority
@ MustHaveAuthority
System.UriSyntaxFlags.MailToLikeUri
@ MailToLikeUri
System.UriSyntaxFlags.MayHavePath
@ MayHavePath
System.UriSyntaxFlags.AllowIPv6Host
@ AllowIPv6Host
System
Definition
BlockingCollection.cs:8
source
System.Private.Uri
System
UriSyntaxFlags.cs
Generated by
1.10.0