Compartilhar via


ServerMessageWebSocketInformation.Protocol Propriedade

Definição

Obtém o subpro protocolo WebSocket negociado com o servidor durante o handshake WebSocket em um objeto 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

Valor da propriedade

String

Platform::String

winrt::hstring

O subpro protocolo negociado com o servidor durante o handshake do WebSocket.

Requisitos do Windows

Funcionalidades do aplicativo
internetClientServer privateNetworkClientServer

Aplica-se a