2.2.2.4 ChannelInfo

ChannelInfo is a Class. The Library name of the Class is "mscorlib". It contains the information about available channels in the server. It is used by ObjRef.

 namespace System.Runtime.Remoting
 {
   class ChannelInfo
   {
     System.Object[] channelData;
   }
 }
  

channelData: An Array that can contain instances of ChannelDataStore specified in ChannelDataStore (section 2.2.2.5).