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
HttpVersion.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x0200013E RID: 318
6 public class HttpVersion
7 {
8 // Token: 0x0600078E RID: 1934 RVA: 0x0001AD68 File Offset: 0x00018F68
9 public HttpVersion()
10 {
11 }
12
13 // Token: 0x0600078F RID: 1935 RVA: 0x0001AD7C File Offset: 0x00018F7C
14 // Note: this type is marked as 'beforefieldinit'.
15 static HttpVersion()
16 {
17 }
18
19 // Token: 0x04000635 RID: 1589
20 public static readonly Version Unknown;
21
22 // Token: 0x04000636 RID: 1590
23 public static readonly Version Version10;
24
25 // Token: 0x04000637 RID: 1591
26 public static readonly Version Version11;
27
28 // Token: 0x04000638 RID: 1592
29 public static readonly Version Version20;
30 }
31}
class f__AnonymousType0<< Count > j__TPar
static readonly Version Version10
static readonly Version Version20
static readonly Version Unknown
static readonly Version Version11