HubProtocolExtensions.GetMessageBytes(IHubProtocol, HubMessage) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 HubMessage 轉換為其序列化表示。
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()
參數
- hubProtocol
- IHubProtocol
中樞通訊協定。
- message
- HubMessage
要轉換成位元組的訊息。
傳回
Byte[]
指定之訊息的序列化表示。