HubMethodInvocationMessage Klasa

Definicja

Klasa podstawowa komunikatów koncentratora reprezentujących wywołanie.

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
Dziedziczenie
HubMethodInvocationMessage
Pochodne

Konstruktory

HubMethodInvocationMessage(String, String, Object[])

Inicjuje nowe wystąpienie klasy HubMethodInvocationMessage.

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

Inicjuje nowe wystąpienie klasy HubMethodInvocationMessage.

Właściwości

Arguments

Pobiera argumenty metody docelowej.

Headers

Pobiera lub ustawia kolekcję nazw/wartości nagłówków.

(Odziedziczone po HubInvocationMessage)
InvocationId

Pobiera identyfikator wywołania.

(Odziedziczone po HubInvocationMessage)
StreamIds

Identyfikatory strumienia metod docelowych.

Target

Pobiera nazwę metody docelowej.

Dotyczy