System.Runtime.Remoting.ObjRef.ChannelInfo Property

Gets or sets the System.Runtime.Remoting.IChannelInfo for the System.Runtime.Remoting.ObjRef.

Syntax

[get: System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)]
public virtual IChannelInfo ChannelInfo { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The current property holds information contributed by active channels in the process, when the System.Runtime.Remoting.ObjRef is created (see RemotingServices.Marshal(MarshalByRefObject) for details on marshaling). This information can be used by the channels in other processes or application domains to decide whether or not to create a transport sink to communicate with the object represented by the current instance.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0