HubCallerContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
存取中樞呼叫端連線相關資訊的內容抽象概念。
public ref class HubCallerContext abstract
public abstract class HubCallerContext
type HubCallerContext = class
Public MustInherit Class HubCallerContext
- 繼承
-
HubCallerContext
建構函式
HubCallerContext() |
存取中樞呼叫端連線相關資訊的內容抽象概念。 |
屬性
ConnectionAborted |
取得 , CancellationToken 這個值會在連接中止時通知。 |
ConnectionId |
取得連線識別碼。 |
Features |
取得連線上可用的 HTTP 功能集合。 |
Items |
取得索引鍵/值集合,可用來共用此連接範圍內的資料。 |
User |
取得使用者。 |
UserIdentifier |
取得使用者識別碼。 |
方法
Abort() |
中止連線。 |
擴充方法
GetHttpContext(HubCallerContext) |
HttpContext從指定的連接取得,如果連接未與 HTTP 要求相關聯,則 |