Compartir a través de


HttpChannel.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

String que contiene el nombre del canal.

Implementaciones

Comentarios

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

Se aplica a