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
IAuthenticationModule.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x02000197 RID: 407
6 public interface IAuthenticationModule
7 {
8 // Token: 0x06000A5F RID: 2655
10
11 // Token: 0x06000A60 RID: 2656
13
14 // Token: 0x17000216 RID: 534
15 // (get) Token: 0x06000A61 RID: 2657
16 bool CanPreAuthenticate { get; }
17
18 // Token: 0x17000217 RID: 535
19 // (get) Token: 0x06000A62 RID: 2658
20 string AuthenticationType { get; }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
Authorization PreAuthenticate(WebRequest request, ICredentials credentials)
Authorization Authenticate(string challenge, WebRequest request, ICredentials credentials)