2.2.2.16 CallContextRemotingData

CallContextRemotingData is a Class. The Library name of the Class is "mscorlib". It is used to send Logical Call ID as part of the Call Context.

 namespace System.Runtime.Remoting.Messaging
 {
   class CallContextRemotingData
   {
     String ___logicalCallID;
   }
 }
  

_logicalCallID: A string value that represents the Logical Call ID. The value MAY be any Unicode string.