using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Runtime.Remoting.Metadata { /// Customizes SOAP generation and processing for a method. This class cannot be inherited. // Token: 0x02000511 RID: 1297 [Token(Token = "0x2000511")] [AttributeUsage(AttributeTargets.Method)] [ComVisible(true)] public sealed class SoapMethodAttribute : SoapAttribute { /// Creates an instance of . // Token: 0x06002AB3 RID: 10931 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002AB3")] [Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")] public SoapMethodAttribute() { } /// Gets or sets a value indicating whether the target of the current attribute will be serialized as an XML attribute instead of an XML field. /// The current implementation always returns . /// An attempt was made to set the current property. // Token: 0x1700062B RID: 1579 // (get) Token: 0x06002AB4 RID: 10932 RVA: 0x00018840 File Offset: 0x00016A40 [Token(Token = "0x1700062B")] public override bool UseAttribute { [Token(Token = "0x6002AB4")] [Address(RVA = "0x42EBF0", Offset = "0x42DBF0", VA = "0x18042EBF0", Slot = "7")] get { return default(bool); } } /// Gets or sets the XML namespace that is used during serialization of remote method calls of the target method. /// The XML namespace that is used during serialization of remote method calls of the target method. // Token: 0x1700062C RID: 1580 // (get) Token: 0x06002AB5 RID: 10933 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x1700062C")] public override string XmlNamespace { [Token(Token = "0x6002AB5")] [Address(RVA = "0x4936E0", Offset = "0x4926E0", VA = "0x1804936E0", Slot = "8")] get { return null; } } // Token: 0x06002AB6 RID: 10934 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002AB6")] [Address(RVA = "0x2C0E090", Offset = "0x2C0D090", VA = "0x182C0E090", Slot = "9")] internal override void SetReflectionObject(object reflectionObject) { } // Token: 0x0400187A RID: 6266 [global::Cpp2IlInjected.FieldOffset(Offset = "0x28")] [Token(Token = "0x400187A")] private string _responseElement; // Token: 0x0400187B RID: 6267 [global::Cpp2IlInjected.FieldOffset(Offset = "0x30")] [Token(Token = "0x400187B")] private string _responseNamespace; // Token: 0x0400187C RID: 6268 [global::Cpp2IlInjected.FieldOffset(Offset = "0x38")] [Token(Token = "0x400187C")] private string _returnElement; // Token: 0x0400187D RID: 6269 [global::Cpp2IlInjected.FieldOffset(Offset = "0x40")] [Token(Token = "0x400187D")] private string _soapAction; // Token: 0x0400187E RID: 6270 [global::Cpp2IlInjected.FieldOffset(Offset = "0x48")] [Token(Token = "0x400187E")] private bool _useAttribute; // Token: 0x0400187F RID: 6271 [global::Cpp2IlInjected.FieldOffset(Offset = "0x50")] [Token(Token = "0x400187F")] private string _namespace; } }