using System; using System.Collections; using System.Runtime.InteropServices; using System.Runtime.Remoting.Metadata; using Cpp2IlInjected; namespace System.Runtime.Remoting { /// Defines utility methods for use by the .NET Framework remoting infrastructure. // Token: 0x020004C4 RID: 1220 [Token(Token = "0x20004C4")] [ComVisible(true)] public class InternalRemotingServices { /// Gets an appropriate SOAP-related attribute for the specified class member or method parameter. /// A class member or method parameter. /// The SOAP-related attribute for the specified class member or method parameter. // Token: 0x06002915 RID: 10517 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6002915")] [Address(RVA = "0x2BFF560", Offset = "0x2BFE560", VA = "0x182BFF560")] public static SoapAttribute GetCachedSoapAttribute(object reflectionObject) { return null; } // Token: 0x040017D1 RID: 6097 [Token(Token = "0x40017D1")] private static Hashtable _soapAttributes; } }