WebSocket.SubProtocol Eigenschaft

Definition

Ruft das Unterprotokoll ab, das während des Handshakes beim Öffnen ausgehandelt wurde.

public:
 abstract property System::String ^ SubProtocol { System::String ^ get(); };
public abstract string? SubProtocol { get; }
public abstract string SubProtocol { get; }
member this.SubProtocol : string
Public MustOverride ReadOnly Property SubProtocol As String

Eigenschaftswert

String

Das Unterprotokoll, das innerhalb des öffnenden Handshakes ausgehandelt wurde.

Gilt für