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
WebParseErrorCode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net
4
{
5
// Token: 0x020001E7 RID: 487
6
internal
enum
WebParseErrorCode
7
{
8
// Token: 0x04000A44 RID: 2628
9
Generic
,
10
// Token: 0x04000A45 RID: 2629
11
InvalidHeaderName
,
12
// Token: 0x04000A46 RID: 2630
13
InvalidContentLength
,
14
// Token: 0x04000A47 RID: 2631
15
IncompleteHeaderLine
,
16
// Token: 0x04000A48 RID: 2632
17
CrLfError
,
18
// Token: 0x04000A49 RID: 2633
19
InvalidChunkFormat
,
20
// Token: 0x04000A4A RID: 2634
21
UnexpectedServerResponse
22
}
23
}
System.Net.WebParseErrorCode
WebParseErrorCode
Definition
WebParseErrorCode.cs:7
System.Net.WebParseErrorCode.InvalidContentLength
@ InvalidContentLength
System.Net.WebParseErrorCode.CrLfError
@ CrLfError
System.Net.WebParseErrorCode.UnexpectedServerResponse
@ UnexpectedServerResponse
System.Net.WebParseErrorCode.Generic
@ Generic
System.Net.WebParseErrorCode.IncompleteHeaderLine
@ IncompleteHeaderLine
System.Net.WebParseErrorCode.InvalidHeaderName
@ InvalidHeaderName
System.Net.WebParseErrorCode.InvalidChunkFormat
@ InvalidChunkFormat
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
source
System
Net
WebParseErrorCode.cs
Generated by
1.10.0