2.2.2.3 EnvoyInfo

EnvoyInfo is a Class. The Library name of the Class is "mscorlib". An instance of this Class contains Envoy Sink Information.

 namespace System.Runtime.Remoting
 {
   class EnvoyInfo
   {
     System.Object envoySinks;
   }
 }
  

envoySinks: A Data Value that represents the Envoy Sink Information of a Server Object. The value of this field MUST NOT be a Server Object or a Proxy.