NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ObjRef.ChannelInfo

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);

Property Value

Read-write.

Returns the InChannelInfo interface for the ObjRef.

See Also

ObjRef Class | ObjRef Members | System.Runtime.Remoting Namespace