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
SoapMethodAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200038F RID: 911
8 [ComVisible(true)]
9 public sealed class SoapMethodAttribute : SoapAttribute
10 {
11 // Token: 0x06001D75 RID: 7541 RVA: 0x0004049C File Offset: 0x0003E69C
13 {
14 }
15
16 // Token: 0x17000385 RID: 901
17 // (get) Token: 0x06001D76 RID: 7542 RVA: 0x000404B0 File Offset: 0x0003E6B0
18 public override bool UseAttribute
19 {
20 get
21 {
22 return this._useAttribute;
23 }
24 }
25
26 // Token: 0x17000386 RID: 902
27 // (get) Token: 0x06001D77 RID: 7543 RVA: 0x000404C4 File Offset: 0x0003E6C4
28 public override string XmlNamespace
29 {
30 get
31 {
32 return this._namespace;
33 }
34 }
35
36 // Token: 0x06001D78 RID: 7544 RVA: 0x000404D8 File Offset: 0x0003E6D8
37 internal override void SetReflectionObject(object reflectionObject)
38 {
39 if (reflectionObject != null)
40 {
41 }
42 if (this._responseElement == null)
43 {
44 string text;
46 }
48 if (responseNamespace == null)
49 {
50 if (responseNamespace == null)
51 {
52 }
53 string text2;
55 }
56 if (this._returnElement == null)
57 {
58 this._returnElement = "return";
59 }
60 string soapAction = this._soapAction;
61 if (soapAction == null)
62 {
63 if (soapAction == null)
64 {
65 }
66 string text3;
68 }
69 string @namespace = this._namespace;
70 if (@namespace == null)
71 {
72 if (@namespace == null)
73 {
74 }
75 string text4;
77 }
78 }
79
80 // Token: 0x04000ED3 RID: 3795
81 private string _responseElement;
82
83 // Token: 0x04000ED4 RID: 3796
84 private string _responseNamespace;
85
86 // Token: 0x04000ED5 RID: 3797
87 private string _returnElement;
88
89 // Token: 0x04000ED6 RID: 3798
90 private string _soapAction;
91
92 // Token: 0x04000ED7 RID: 3799
93 private bool _useAttribute;
94
95 // Token: 0x04000ED8 RID: 3800
96 private string _namespace;
97 }
98}
class f__AnonymousType0<< Count > j__TPar
override void SetReflectionObject(object reflectionObject)