HttpClientChannel.ChannelName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom du canal en cours.
public:
property System::String ^ ChannelName { System::String ^ get(); };
public string ChannelName { get; }
member this.ChannelName : string
Public ReadOnly Property ChannelName As String
Valeur de propriété
String contenant le nom du canal.
Implémente
Remarques
Chaque canal inscrit a un nom unique. Le nom est utilisé pour récupérer un canal spécifique lors de l’appel GetChannel.