Compartir a través de


HttpServerChannel.ChannelName Propiedad

Definición

Obtiene el nombre del canal actual.

public:
 property System::String ^ ChannelName { System::String ^ get(); };
public string ChannelName { get; }
member this.ChannelName : string
Public ReadOnly Property ChannelName As String

Valor de propiedad

Objeto String que contiene el nombre del canal.

Implementaciones

Comentarios

Cada canal registrado tiene un nombre único. Este nombre se usa para recuperar un canal específico al llamar a GetChannel.

Se aplica a