HubLifetimeContext.Context Property

Definition

Gets the context for the active Hub connection and caller.

public:
 property Microsoft::AspNetCore::SignalR::HubCallerContext ^ Context { Microsoft::AspNetCore::SignalR::HubCallerContext ^ get(); };
public Microsoft.AspNetCore.SignalR.HubCallerContext Context { get; }
member this.Context : Microsoft.AspNetCore.SignalR.HubCallerContext
Public ReadOnly Property Context As HubCallerContext

Property Value

Applies to