Partager via


ServerStreamWebSocketInformation.Protocol Propriété

Définition

Obtient le sous-protocole WebSocket négocié avec le serveur pendant l’établissement d’une liaison WebSocket sur un objet ServerStreamWebSocket.

public:
 property Platform::String ^ Protocol { Platform::String ^ get(); };
winrt::hstring Protocol();
public string Protocol { get; }
var string = serverStreamWebSocketInformation.protocol;
Public ReadOnly Property Protocol As String

Valeur de propriété

String

Platform::String

winrt::hstring

Sous-protocole négocié avec le serveur lors de l’établissement d’une liaison WebSocket.

Configuration requise pour Windows

Fonctionnalités de l’application
internetClientServer privateNetworkClientServer

S’applique à