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
HttpProtocolUtils.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net
4
{
5
// Token: 0x020001BB RID: 443
6
internal
class
HttpProtocolUtils
7
{
8
// Token: 0x06000AB3 RID: 2739 RVA: 0x00023968 File Offset: 0x00021B68
9
private
HttpProtocolUtils
()
10
{
11
}
12
13
// Token: 0x06000AB4 RID: 2740 RVA: 0x0002397C File Offset: 0x00021B7C
14
internal
static
DateTime
string2date
(
string
S
)
15
{
16
DateTime
dateTime;
17
return
dateTime;
18
}
19
20
// Token: 0x06000AB5 RID: 2741 RVA: 0x00023998 File Offset: 0x00021B98
21
internal
static
string
date2string
(
DateTime
D
)
22
{
23
string
text
;
24
return
text
;
25
}
26
}
27
}
System.Net.HttpProtocolUtils.date2string
static string date2string(DateTime D)
Definition
HttpProtocolUtils.cs:21
System.Net.HttpProtocolUtils.HttpProtocolUtils
HttpProtocolUtils()
Definition
HttpProtocolUtils.cs:9
System.Net.HttpProtocolUtils.string2date
static DateTime string2date(string S)
Definition
HttpProtocolUtils.cs:14
System.Net.HttpProtocolUtils
Definition
HttpProtocolUtils.cs:7
System.Net
Definition
AuthenticationManager.cs:7
System.ExceptionArgument.text
@ text
System.ConsoleKey.S
@ S
System.ConsoleKey.D
@ D
System
Definition
__ComObject.cs:4
System.DateTime
Definition
DateTime.cs:13
source
System
Net
HttpProtocolUtils.cs
Generated by
1.10.0