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

◆ RegisterChannelConfig()

static void System.Runtime.Remoting.Channels.ChannelServices.RegisterChannelConfig ( ChannelData channel)
inlinestaticpackage

Definition at line 112 of file ChannelServices.cs.

113 {
114 ArrayList serverProviders = channel.ServerProviders;
115 if (channel.ServerProviders == null)
116 {
117 return;
118 }
119 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Runtime.Remoting.ChannelData.ServerProviders.