Hub.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the hub caller context.
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