ObjRef.EnvoyInfo Property

Definition

Gets or sets the IEnvoyInfo for the ObjRef.

C#
public virtual System.Runtime.Remoting.IEnvoyInfo EnvoyInfo { get; set; }

Property Value

The IEnvoyInfo interface for the ObjRef.

Remarks

The current property contains a serialized chain of message sinks that gets regenerated when a proxy is created to represent the object. This is used for Context bound object types only, and represents the groups of objects that provide such run-time services as transactions.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also