This read-write property returns the IChannelInfoInterface for the ObjRef. Channels are described in further detail in the channels section.
[Visual Basic] Overridable Public Property ChannelInfo As IChannelInfo [C#] public IChannelInfo ChannelInfo {virtual get; virtual set;} [C++] public: __property virtual IChannelInfo* get_ChannelInfo(); public: __property virtual void set_ChannelInfo(IChannelInfo*); [JScript] public function get ChannelInfo() : IChannelInfo; public function set ChannelInfo(IChannelInfo);
Read-write.
Returns the InChannelInfo interface for the ObjRef.
ObjRef Class | ObjRef Members | System.Runtime.Remoting Namespace