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
HttpListenerBasicIdentity.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x0200024B RID: 587
8 {
9 // Token: 0x06000EF5 RID: 3829 RVA: 0x0002FC64 File Offset: 0x0002DE64
10 public HttpListenerBasicIdentity(string username, string password)
11 : base(username, "Basic")
12 {
14 }
15
16 // Token: 0x1700031C RID: 796
17 // (get) Token: 0x06000EF6 RID: 3830 RVA: 0x0002FC84 File Offset: 0x0002DE84
18 public virtual string Password
19 {
20 get
21 {
22 return this.password;
23 }
24 }
25
26 // Token: 0x04000C28 RID: 3112
27 private string password;
28 }
29}
class f__AnonymousType0<< Count > j__TPar
HttpListenerBasicIdentity(string username, string password)