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!

IChannel.ChannelName

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;

Property Value

Read-only

The name of the channel.

See Also

IChannel Interface | IChannel Members | System.Runtime.Remoting Namespace