terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Runtime.Remoting.RemotingConfiguration Class Reference

Static Public Member Functions

static bool IsActivationAllowed (Type svrType)
 
static ActivatedClientTypeEntry IsRemotelyActivatedClientType (Type svrType)
 
static WellKnownClientTypeEntry IsWellKnownClientType (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 (ArrayList channels, bool onlyDelayed)
 
static void RegisterTypes (ArrayList types)
 
static void SetCustomErrorsMode (string mode)
 

Properties

static string ApplicationName [get, set]
 
static string ProcessId [get]
 

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 Hashtable wellKnownClientEntries
 
static Hashtable activatedClientEntries
 
static Hashtable wellKnownServiceEntries
 
static Hashtable activatedServiceEntries
 
static Hashtable channelTemplates
 
static Hashtable clientProviderTemplates
 
static Hashtable serverProviderTemplates
 

Detailed Description

Definition at line 10 of file RemotingConfiguration.cs.


The documentation for this class was generated from the following file: