Hub.Context Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le contexte de l’appelant du hub.
public:
property Microsoft::AspNetCore::SignalR::HubCallerContext ^ Context { Microsoft::AspNetCore::SignalR::HubCallerContext ^ get(); void set(Microsoft::AspNetCore::SignalR::HubCallerContext ^ value); };
public Microsoft.AspNetCore.SignalR.HubCallerContext Context { get; set; }
member this.Context : Microsoft.AspNetCore.SignalR.HubCallerContext with get, set
Public Property Context As HubCallerContext