Returns the name of the channel.
[Visual Basic] ReadOnly Property ChannelName As String [C#] string ChannelName {get;} [C++] String* get_ChannelName() = 0; [JScript] abstract function get ChannelName() : String;
Read-only
The name of the channel.
IChannel Interface | IChannel Members | System.Runtime.Remoting Namespace