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.
1
using
System
;
2
3
namespace
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
14
object
ICloneable
.
Clone
()
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.NetConfig.ipv6Enabled
bool ipv6Enabled
Definition
NetConfig.cs:20
System.Net.NetConfig.NetConfig
NetConfig()
Definition
NetConfig.cs:9
System.Net.NetConfig.MaxResponseHeadersLength
int MaxResponseHeadersLength
Definition
NetConfig.cs:23
System.Net.NetConfig
Definition
NetConfig.cs:7
System.ICloneable.Clone
object Clone()
System.ICloneable
Definition
ICloneable.cs:7
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
source
System
Net
NetConfig.cs
Generated by
1.10.0