HandshakeProtocol.GetSuccessfulHandshake(IHubProtocol) Methode

Definition

Ruft die Bytes einer erfolgreichen Handshakenachricht ab.

public:
 static ReadOnlySpan<System::Byte> GetSuccessfulHandshake(Microsoft::AspNetCore::SignalR::Protocol::IHubProtocol ^ protocol);
public static ReadOnlySpan<byte> GetSuccessfulHandshake (Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol protocol);
static member GetSuccessfulHandshake : Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol -> ReadOnlySpan<byte>
Public Shared Function GetSuccessfulHandshake (protocol As IHubProtocol) As ReadOnlySpan(Of Byte)

Parameter

protocol
IHubProtocol

Das Protokoll, das für die Verbindung verwendet wird.

Gibt zurück

Die Bytes einer erfolgreichen Handshakenachricht.

Gilt für: