terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UriScheme.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net
4
{
5
// Token: 0x02000133 RID: 307
6
internal
static
class
UriScheme
7
{
8
// Token: 0x040005C7 RID: 1479
9
public
const
string
File
=
"file"
;
10
11
// Token: 0x040005C8 RID: 1480
12
public
const
string
Ftp
=
"ftp"
;
13
14
// Token: 0x040005C9 RID: 1481
15
public
const
string
Gopher
=
"gopher"
;
16
17
// Token: 0x040005CA RID: 1482
18
public
const
string
Http =
"http"
;
19
20
// Token: 0x040005CB RID: 1483
21
public
const
string
Https
=
"https"
;
22
23
// Token: 0x040005CC RID: 1484
24
public
const
string
News
=
"news"
;
25
26
// Token: 0x040005CD RID: 1485
27
public
const
string
NetPipe
=
"net.pipe"
;
28
29
// Token: 0x040005CE RID: 1486
30
public
const
string
NetTcp
=
"net.tcp"
;
31
32
// Token: 0x040005CF RID: 1487
33
public
const
string
Nntp
=
"nntp"
;
34
35
// Token: 0x040005D0 RID: 1488
36
public
const
string
Mailto
=
"mailto"
;
37
38
// Token: 0x040005D1 RID: 1489
39
public
const
string
Ws
=
"ws"
;
40
41
// Token: 0x040005D2 RID: 1490
42
public
const
string
Wss
=
"wss"
;
43
44
// Token: 0x040005D3 RID: 1491
45
public
const
string
SchemeDelimiter
=
"://"
;
46
}
47
}
System.Net.UriScheme.Ws
const string Ws
Definition
UriScheme.cs:39
System.Net.UriScheme.File
const string File
Definition
UriScheme.cs:9
System.Net.UriScheme.NetTcp
const string NetTcp
Definition
UriScheme.cs:30
System.Net.UriScheme.NetPipe
const string NetPipe
Definition
UriScheme.cs:27
System.Net.UriScheme.Wss
const string Wss
Definition
UriScheme.cs:42
System.Net.UriScheme.Gopher
const string Gopher
Definition
UriScheme.cs:15
System.Net.UriScheme.Ftp
const string Ftp
Definition
UriScheme.cs:12
System.Net.UriScheme.SchemeDelimiter
const string SchemeDelimiter
Definition
UriScheme.cs:45
System.Net.UriScheme.Https
const string Https
Definition
UriScheme.cs:21
System.Net.UriScheme.News
const string News
Definition
UriScheme.cs:24
System.Net.UriScheme.Mailto
const string Mailto
Definition
UriScheme.cs:36
System.Net.UriScheme.Nntp
const string Nntp
Definition
UriScheme.cs:33
System.Net.UriScheme
Definition
UriScheme.cs:7
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
source
System
Net
UriScheme.cs
Generated by
1.10.0