terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
HttpListenerBasicIdentity.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200024B")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000EF5")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F4DE58", Offset = "0x1F4DE58", Length = "0x68")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerContext), Member = "ParseBasicAuthentication", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(IPrincipal))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenericIdentity), Member = ".ctor", MemberParameters = new object[]
16 {
17 typeof(string),
18 typeof(string)
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
21 public HttpListenerBasicIdentity(string username, string password)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x1700031C")]
27 public virtual string Password
28 {
29 [global::Cpp2ILInjected.Token(Token = "0x6000EF6")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1F4DEC0", Offset = "0x1F4DEC0", Length = "0x8")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 get
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x4000C28")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
40 private string password;
41 }
42}
class f__AnonymousType0<< Count > j__TPar
HttpListenerBasicIdentity(string username, string password)