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
UriSection.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020004B1 RID: 1201
6 public sealed class UriSection : ConfigurationSection
7 {
8 // Token: 0x0600202C RID: 8236 RVA: 0x00052CB4 File Offset: 0x00050EB4
9 public UriSection()
10 {
11 throw new NotSupportedException();
12 }
13
14 // Token: 0x1700078A RID: 1930
15 // (get) Token: 0x0600202D RID: 8237 RVA: 0x00052CC8 File Offset: 0x00050EC8
17 {
18 get
19 {
20 throw new NotSupportedException();
21 }
22 }
23
24 // Token: 0x1700078B RID: 1931
25 // (get) Token: 0x0600202E RID: 8238 RVA: 0x00052CDC File Offset: 0x00050EDC
27 {
28 get
29 {
30 throw new NotSupportedException();
31 }
32 }
33
34 // Token: 0x1700078C RID: 1932
35 // (get) Token: 0x0600202F RID: 8239 RVA: 0x00052CF0 File Offset: 0x00050EF0
37 {
38 get
39 {
40 throw new NotSupportedException();
41 }
42 }
43
44 // Token: 0x1700078D RID: 1933
45 // (get) Token: 0x06002030 RID: 8240 RVA: 0x00052D04 File Offset: 0x00050F04
47 {
48 get
49 {
50 throw new NotSupportedException();
51 }
52 }
53 }
54}
SchemeSettingElementCollection SchemeSettings
Definition UriSection.cs:47
IriParsingElement IriParsing
Definition UriSection.cs:27
override ConfigurationPropertyCollection Properties
Definition UriSection.cs:37