Hub.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

属性值

适用于