using System; using System.Collections; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Runtime.Remoting { /// Provides various static methods for configuring the remoting infrastructure. // Token: 0x020004AA RID: 1194 [Token(Token = "0x20004AA")] [ComVisible(true)] public static class RemotingConfiguration { /// Gets or sets the name of a remoting application. /// The name of a remoting application. /// At least one of the callers higher in the callstack does not have permission to configure remoting types and channels. This exception is thrown only when setting the property value. // Token: 0x17000569 RID: 1385 // (get) Token: 0x0600271D RID: 10013 RVA: 0x00002082 File Offset: 0x00000282 // (set) Token: 0x0600271E RID: 10014 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000569")] public static string ApplicationName { [Token(Token = "0x600271D")] [Address(RVA = "0x25C29D0", Offset = "0x25C17D0", VA = "0x1825C29D0")] get { return null; } [Token(Token = "0x600271E")] [Address(RVA = "0x25C2B10", Offset = "0x25C1910", VA = "0x1825C2B10")] set { } } /// Gets the ID of the currently executing process. /// A that contains the ID of the currently executing process. /// The immediate caller does not have infrastructure permission. // Token: 0x1700056A RID: 1386 // (get) Token: 0x0600271F RID: 10015 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x1700056A")] public static string ProcessId { [Token(Token = "0x600271F")] [Address(RVA = "0x25C2A30", Offset = "0x25C1830", VA = "0x1825C2A30")] get { return null; } } // Token: 0x06002720 RID: 10016 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002720")] [Address(RVA = "0x25C0F80", Offset = "0x25BFD80", VA = "0x1825C0F80")] internal static void LoadDefaultDelayedChannels() { } /// Checks whether the specified object is registered as a remotely activated client type. /// The object type to check. /// The that corresponds to the specified object type. /// At least one of the callers higher in the callstack does not have permission to configure remoting types and channels. // Token: 0x06002721 RID: 10017 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6002721")] [Address(RVA = "0x25C0C60", Offset = "0x25BFA60", VA = "0x1825C0C60")] public static ActivatedClientTypeEntry IsRemotelyActivatedClientType(Type svrType) { return null; } /// Checks whether the specified object is registered as a well-known client type. /// The object to check. /// The that corresponds to the specified object type. /// At least one of the callers higher in the callstack does not have permission to configure remoting types and channels. // Token: 0x06002722 RID: 10018 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6002722")] [Address(RVA = "0x25C0DF0", Offset = "0x25BFBF0", VA = "0x1825C0DF0")] public static WellKnownClientTypeEntry IsWellKnownClientType(Type svrType) { return null; } /// Registers an object recorded in the provided on the client end as a type that can be activated on the server. /// Configuration settings for the client-activated type. /// At least one of the callers higher in the callstack does not have permission to configure remoting types and channels. // Token: 0x06002723 RID: 10019 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002723")] [Address(RVA = "0x25C11F0", Offset = "0x25BFFF0", VA = "0x1825C11F0")] public static void RegisterActivatedClientType(ActivatedClientTypeEntry entry) { } /// Registers an object type recorded in the provided on the service end as one that can be activated on request from a client. /// Configuration settings for the client-activated type. /// At least one of the callers higher in the callstack does not have permission to configure remoting types and channels. // Token: 0x06002724 RID: 10020 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002724")] [Address(RVA = "0x25C1470", Offset = "0x25C0270", VA = "0x1825C1470")] public static void RegisterActivatedServiceType(ActivatedServiceTypeEntry entry) { } /// Registers an object recorded in the provided on the client end as a well-known type that can be activated on the server. /// Configuration settings for the well-known type. /// At least one of the callers higher in the callstack does not have permission to configure remoting types and channels. // Token: 0x06002725 RID: 10021 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002725")] [Address(RVA = "0x25C22D0", Offset = "0x25C10D0", VA = "0x1825C22D0")] public static void RegisterWellKnownClientType(WellKnownClientTypeEntry entry) { } /// Registers an object recorded in the provided on the service end as a well-known type. /// Configuration settings for the well-known type. /// At least one of the callers higher in the callstack does not have permission to configure remoting types and channels. // Token: 0x06002726 RID: 10022 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002726")] [Address(RVA = "0x25C2550", Offset = "0x25C1350", VA = "0x1825C2550")] public static void RegisterWellKnownServiceType(WellKnownServiceTypeEntry entry) { } // Token: 0x06002727 RID: 10023 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002727")] [Address(RVA = "0x25C15B0", Offset = "0x25C03B0", VA = "0x1825C15B0")] internal static void RegisterChannelTemplate(ChannelData channel) { } // Token: 0x06002728 RID: 10024 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002728")] [Address(RVA = "0x25C1D80", Offset = "0x25C0B80", VA = "0x1825C1D80")] internal static void RegisterClientProviderTemplate(ProviderData prov) { } // Token: 0x06002729 RID: 10025 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002729")] [Address(RVA = "0x25C1E10", Offset = "0x25C0C10", VA = "0x1825C1E10")] internal static void RegisterServerProviderTemplate(ProviderData prov) { } // Token: 0x0600272A RID: 10026 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x600272A")] [Address(RVA = "0x25C1640", Offset = "0x25C0440", VA = "0x1825C1640")] internal static void RegisterChannels(ArrayList channels, bool onlyDelayed) { } // Token: 0x0600272B RID: 10027 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x600272B")] [Address(RVA = "0x25C1EA0", Offset = "0x25C0CA0", VA = "0x1825C1EA0")] internal static void RegisterTypes(ArrayList types) { } /// Indicates whether the server channels in this application domain return filtered or complete exception information to local or remote callers. /// /// to specify local callers; to specify remote callers. /// /// if only filtered exception information is returned to local or remote callers, as specified by the parameter; if complete exception information is returned. // Token: 0x0600272C RID: 10028 RVA: 0x000160B0 File Offset: 0x000142B0 [Token(Token = "0x600272C")] [Address(RVA = "0x25C0B90", Offset = "0x25BF990", VA = "0x1825C0B90")] public static bool CustomErrorsEnabled(bool isLocalRequest) { return default(bool); } // Token: 0x0600272D RID: 10029 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x600272D")] [Address(RVA = "0x25C26E0", Offset = "0x25C14E0", VA = "0x1825C26E0")] internal static void SetCustomErrorsMode(string mode) { } // Token: 0x04001717 RID: 5911 [Token(Token = "0x4001717")] private static string applicationID; // Token: 0x04001718 RID: 5912 [Token(Token = "0x4001718")] private static string applicationName; // Token: 0x04001719 RID: 5913 [Token(Token = "0x4001719")] private static string processGuid; // Token: 0x0400171A RID: 5914 [Token(Token = "0x400171A")] private static bool defaultConfigRead; // Token: 0x0400171B RID: 5915 [Token(Token = "0x400171B")] private static bool defaultDelayedConfigRead; // Token: 0x0400171C RID: 5916 [Token(Token = "0x400171C")] private static string _errorMode; // Token: 0x0400171D RID: 5917 [Token(Token = "0x400171D")] private static Hashtable wellKnownClientEntries; // Token: 0x0400171E RID: 5918 [Token(Token = "0x400171E")] private static Hashtable activatedClientEntries; // Token: 0x0400171F RID: 5919 [Token(Token = "0x400171F")] private static Hashtable wellKnownServiceEntries; // Token: 0x04001720 RID: 5920 [Token(Token = "0x4001720")] private static Hashtable activatedServiceEntries; // Token: 0x04001721 RID: 5921 [Token(Token = "0x4001721")] private static Hashtable channelTemplates; // Token: 0x04001722 RID: 5922 [Token(Token = "0x4001722")] private static Hashtable clientProviderTemplates; // Token: 0x04001723 RID: 5923 [Token(Token = "0x4001723")] private static Hashtable serverProviderTemplates; } }