m
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Runtime.Remoting.Metadata
|
||||
{
|
||||
/// <summary>Customizes SOAP generation and processing for a method. This class cannot be inherited.</summary>
|
||||
// Token: 0x02000511 RID: 1297
|
||||
[Token(Token = "0x2000511")]
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
[ComVisible(true)]
|
||||
public sealed class SoapMethodAttribute : SoapAttribute
|
||||
{
|
||||
/// <summary>Creates an instance of <see cref="T:System.Runtime.Remoting.Metadata.SoapMethodAttribute" />.</summary>
|
||||
// Token: 0x06002AB3 RID: 10931 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6002AB3")]
|
||||
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
||||
public SoapMethodAttribute()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>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.</summary>
|
||||
/// <returns>The current implementation always returns <see langword="false" />.</returns>
|
||||
/// <exception cref="T:System.Runtime.Remoting.RemotingException">An attempt was made to set the current property.</exception>
|
||||
// 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);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the XML namespace that is used during serialization of remote method calls of the target method.</summary>
|
||||
/// <returns>The XML namespace that is used during serialization of remote method calls of the target method.</returns>
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user