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
NetConfig.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x0200026A RID: 618
6 internal class NetConfig : ICloneable
7 {
8 // Token: 0x06001099 RID: 4249 RVA: 0x00034908 File Offset: 0x00032B08
9 internal NetConfig()
10 {
11 }
12
13 // Token: 0x0600109A RID: 4250 RVA: 0x00034924 File Offset: 0x00032B24
15 {
16 return base.MemberwiseClone();
17 }
18
19 // Token: 0x04000D1D RID: 3357
20 internal bool ipv6Enabled;
21
22 // Token: 0x04000D1E RID: 3358
23 internal int MaxResponseHeadersLength = 64;
24 }
25}
class f__AnonymousType0<< Count > j__TPar