Aracılığıyla paylaş


HubProtocolExtensions.GetMessageBytes(IHubProtocol, HubMessage) Yöntem

Tanım

Belirtilen HubMessage öğesini serileştirilmiş gösterimine dönüştürür.

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()

Parametreler

hubProtocol
IHubProtocol

Merkez protokolü.

message
HubMessage

Bayt değerine dönüştürülecek ileti.

Döndürülenler

Byte[]

Belirtilen iletinin serileştirilmiş gösterimi.

Şunlara uygulanır