Udostępnij za pośrednictwem


HubProtocolExtensions.GetMessageBytes(IHubProtocol, HubMessage) Metoda

Definicja

Konwertuje określony HubMessage element na jego serializowaną reprezentację.

public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Byte> ^ GetMessageBytes(Microsoft::AspNetCore::SignalR::Protocol::IHubProtocol ^ hubProtocol, Microsoft::AspNetCore::SignalR::Protocol::HubMessage ^ message);
public static byte[] GetMessageBytes (this Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol hubProtocol, Microsoft.AspNetCore.SignalR.Protocol.HubMessage message);
static member GetMessageBytes : Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol * Microsoft.AspNetCore.SignalR.Protocol.HubMessage -> byte[]
<Extension()>
Public Function GetMessageBytes (hubProtocol As IHubProtocol, message As HubMessage) As Byte()

Parametry

hubProtocol
IHubProtocol

Protokół koncentratora.

message
HubMessage

Komunikat do konwersji na bajty.

Zwraca

Byte[]

Serializowana reprezentacja określonego komunikatu.

Dotyczy