HubInvocationMessage クラス

定義

特定の呼び出しに関連するハブ メッセージの基本クラス。

public ref class HubInvocationMessage abstract : Microsoft::AspNetCore::SignalR::Protocol::HubMessage
public abstract class HubInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMessage
type HubInvocationMessage = class
    inherit HubMessage
Public MustInherit Class HubInvocationMessage
Inherits HubMessage
継承
HubInvocationMessage
派生

コンストラクター

HubInvocationMessage(String)

HubInvocationMessage クラスの新しいインスタンスを初期化します。

プロパティ

Headers

ヘッダーの名前/値のコレクションを取得または設定します。

InvocationId

呼び出し ID を取得します。

適用対象