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.
1
using
System
;
2
using
System.Security.Principal
;
3
4
namespace
System.Net
5
{
6
// Token: 0x0200024B RID: 587
7
public
class
HttpListenerBasicIdentity
:
GenericIdentity
8
{
9
// Token: 0x06000EF5 RID: 3829 RVA: 0x0002FC64 File Offset: 0x0002DE64
10
public
HttpListenerBasicIdentity
(
string
username,
string
password
)
11
:
base
(username,
"Basic"
)
12
{
13
this.password
=
password
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.HttpListenerBasicIdentity.HttpListenerBasicIdentity
HttpListenerBasicIdentity(string username, string password)
Definition
HttpListenerBasicIdentity.cs:10
System.Net.HttpListenerBasicIdentity.password
string password
Definition
HttpListenerBasicIdentity.cs:27
System.Net.HttpListenerBasicIdentity.Password
virtual string Password
Definition
HttpListenerBasicIdentity.cs:19
System.Net.HttpListenerBasicIdentity
Definition
HttpListenerBasicIdentity.cs:8
System.Security.Principal.GenericIdentity
Definition
GenericIdentity.cs:11
System.Net
Definition
AuthenticationManager.cs:7
System.Security.Principal
Definition
GenericIdentity.cs:7
System
Definition
__ComObject.cs:4
source
System
Net
HttpListenerBasicIdentity.cs
Generated by
1.10.0