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.
1using System;
2
3namespace 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}
const string Ws
Definition UriScheme.cs:39
const string File
Definition UriScheme.cs:9
const string NetTcp
Definition UriScheme.cs:30
const string NetPipe
Definition UriScheme.cs:27
const string Wss
Definition UriScheme.cs:42
const string Gopher
Definition UriScheme.cs:15
const string Ftp
Definition UriScheme.cs:12
const string SchemeDelimiter
Definition UriScheme.cs:45
const string Https
Definition UriScheme.cs:21
const string News
Definition UriScheme.cs:24
const string Mailto
Definition UriScheme.cs:36
const string Nntp
Definition UriScheme.cs:33