Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GenericUriParserOptions.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
[Flags]
4
public
enum
GenericUriParserOptions
5
{
6
Default
= 0,
7
GenericAuthority
= 1,
8
AllowEmptyAuthority
= 2,
9
NoUserInfo
= 4,
10
NoPort
= 8,
11
NoQuery
= 0x10,
12
NoFragment
= 0x20,
13
DontConvertPathBackslashes
= 0x40,
14
DontCompressPath
= 0x80,
15
DontUnescapePathDotsAndSlashes
= 0x100,
16
Idn
= 0x200,
17
IriParsing
= 0x400
18
}
System.GCCollectionMode.Default
@ Default
System.GenericUriParserOptions
GenericUriParserOptions
Definition
GenericUriParserOptions.cs:5
System.GenericUriParserOptions.DontUnescapePathDotsAndSlashes
@ DontUnescapePathDotsAndSlashes
System.GenericUriParserOptions.NoFragment
@ NoFragment
System.GenericUriParserOptions.AllowEmptyAuthority
@ AllowEmptyAuthority
System.GenericUriParserOptions.DontConvertPathBackslashes
@ DontConvertPathBackslashes
System.GenericUriParserOptions.NoUserInfo
@ NoUserInfo
System.GenericUriParserOptions.DontCompressPath
@ DontCompressPath
System.GenericUriParserOptions.NoPort
@ NoPort
System.GenericUriParserOptions.Idn
@ Idn
System.GenericUriParserOptions.GenericAuthority
@ GenericAuthority
System.GenericUriParserOptions.NoQuery
@ NoQuery
System.GenericUriParserOptions.IriParsing
@ IriParsing
System
Definition
BlockingCollection.cs:8
source
System.Private.Uri
System
GenericUriParserOptions.cs
Generated by
1.10.0