Hub.Context Property

Definition

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

Property Value

Applies to