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
NtlmClient.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x0200026B RID: 619
7 {
8 // Token: 0x0600109B RID: 4251 RVA: 0x00034938 File Offset: 0x00032B38
9 public NtlmClient()
10 {
11 }
12
13 // Token: 0x0600109C RID: 4252 RVA: 0x0003494C File Offset: 0x00032B4C
15 {
16 /*
17An exception occurred when decompiling this method (0600109C)
18
19ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Net.Authorization System.Net.NtlmClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
20
21 ---> System.Exception: Basic block has to end with unconditional control flow.
22{
23 IL_0008:
24 stloc:int64(var_0_0E, ldfld:int64(int64::m_value, ldc.i4:int32[exp:int64&](0)))
25}
26
27 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
28 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
29 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
30 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
31 --- End of inner exception stack trace ---
32 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
33 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
34*/;
35 }
36
37 // Token: 0x0600109D RID: 4253 RVA: 0x00034968 File Offset: 0x00032B68
41
42 // Token: 0x170003B7 RID: 951
43 // (get) Token: 0x0600109E RID: 4254 RVA: 0x00034978 File Offset: 0x00032B78
44 public string AuthenticationType
45 {
46 get
47 {
48 return "NTLM";
49 }
50 }
51
52 // Token: 0x170003B8 RID: 952
53 // (get) Token: 0x0600109F RID: 4255 RVA: 0x0003498C File Offset: 0x00032B8C
55 {
56 get
57 {
58 }
59 }
60
61 // Token: 0x04000D1F RID: 3359
63 }
64}
class f__AnonymousType0<< Count > j__TPar
Authorization PreAuthenticate(WebRequest webRequest, ICredentials credentials)
Definition NtlmClient.cs:38
Authorization Authenticate(string challenge, WebRequest webRequest, ICredentials credentials)
Definition NtlmClient.cs:14
IAuthenticationModule authObject
Definition NtlmClient.cs:62