terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Static Public Member Functions | |
static bool | IsActivationAllowed (global::System.Type svrType) |
static ActivatedClientTypeEntry | IsRemotelyActivatedClientType (global::System.Type svrType) |
static WellKnownClientTypeEntry | IsWellKnownClientType (global::System.Type svrType) |
static void | RegisterActivatedClientType (ActivatedClientTypeEntry entry) |
static void | RegisterActivatedServiceType (ActivatedServiceTypeEntry entry) |
static void | RegisterWellKnownClientType (WellKnownClientTypeEntry entry) |
static void | RegisterWellKnownServiceType (WellKnownServiceTypeEntry entry) |
static bool | CustomErrorsEnabled (bool isLocalRequest) |
Static Package Functions | |
static void | LoadDefaultDelayedChannels () |
static void | RegisterChannelTemplate (ChannelData channel) |
static void | RegisterClientProviderTemplate (ProviderData prov) |
static void | RegisterServerProviderTemplate (ProviderData prov) |
static void | RegisterChannels (global::System.Collections.ArrayList channels, bool onlyDelayed) |
static void | RegisterTypes (global::System.Collections.ArrayList types) |
static void | SetCustomErrorsMode (string mode) |
Properties | |
static string | ApplicationName [get, set] |
static string | ProcessId [get, set] |
Static Private Member Functions | |
static | RemotingConfiguration () |
Static Private Attributes | |
static string | applicationID |
static string | applicationName |
static string | processGuid |
static bool | defaultConfigRead |
static bool | defaultDelayedConfigRead |
static CustomErrorsModes | _errorMode |
static global::System.Collections.Hashtable | wellKnownClientEntries |
static global::System.Collections.Hashtable | activatedClientEntries |
static global::System.Collections.Hashtable | wellKnownServiceEntries |
static global::System.Collections.Hashtable | activatedServiceEntries |
static global::System.Collections.Hashtable | channelTemplates |
static global::System.Collections.Hashtable | clientProviderTemplates |
static global::System.Collections.Hashtable | serverProviderTemplates |
Definition at line 17 of file RemotingConfiguration.cs.