2.2.2.5 ChannelDataStore

ChannelDataStore is a Class. The Library name of the Class is "mscorlib". It is an item in the 'channelData' Array in the ChannelInfo Class.

 namespace System.Runtime.Remoting
 {
   class ChannelDataStore
   {
     String[]                      _channelURIs;
     System.Collections.DictionaryEntry[] extraData;
   }
 }
  

_channelURIs: Contains a Channel URI. The Array MUST contain at least one item.

extraData: This field SHOULD be a Null Object. Readers MUST ignore this field.