ServerMessageWebSocketInformation.Protocol 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 sous-protocole WebSocket négocié avec le serveur pendant la négociation WebSocket sur un objet ServerMessageWebSocket .
public:
property Platform::String ^ Protocol { Platform::String ^ get(); };
winrt::hstring Protocol();
public string Protocol { get; }
var string = serverMessageWebSocketInformation.protocol;
Public ReadOnly Property Protocol As String
Valeur de propriété
Sous-protocole négocié avec le serveur pendant la négociation WebSocket.
Configuration requise pour Windows
Fonctionnalités de l’application |
internetClientServer
privateNetworkClientServer
|