System.Runtime.Remoting.Channels.Tcp.TcpChannel.ChannelName Property

Gets the name of the current channel.

Syntax

public string ChannelName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Every registered channel has a unique name. The name is used to retrieve a specific channel when calling System.Runtime.Remoting.Channels.ChannelServices.GetChannel(string). To set the TcpChannel.ChannelName property, assign the value to the "name" indexed property in the dictionary passed to the TcpChannel.#ctor(IDictionary, System.Runtime.Remoting.Channels.IClientChannelSinkProvider, System.Runtime.Remoting.Channels.IServerChannelSinkProvider) constructor.

Requirements

Namespace: System.Runtime.Remoting.Channels.Tcp
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0