HubMethodInvocationMessage クラス

定義

呼び出しを表すハブ メッセージの基本クラス。

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

コンストラクター

HubMethodInvocationMessage(String, String, Object[])

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

HubMethodInvocationMessage(String, String, Object[], String[])

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

プロパティ

Arguments

ターゲット メソッドの引数を取得します。

Headers

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

(継承元 HubInvocationMessage)
InvocationId

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

(継承元 HubInvocationMessage)
StreamIds

ターゲット メソッドは ID をストリームします。

Target

ターゲット メソッド名を取得します。

適用対象