BaseConnectionContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示連接的內容。
public ref class BaseConnectionContext abstract : IAsyncDisposable
public abstract class BaseConnectionContext : IAsyncDisposable
type BaseConnectionContext = class
interface IAsyncDisposable
Public MustInherit Class BaseConnectionContext
Implements IAsyncDisposable
- 繼承
-
BaseConnectionContext
- 衍生
- 實作
建構函式
BaseConnectionContext() |
表示連接的內容。 |
屬性
ConnectionClosed |
關閉用戶端連線時觸發。 |
ConnectionId |
取得或設定唯一識別碼,表示追蹤記錄中的這個連接。 |
Features |
取得此連線上可用的伺服器和中介軟體所提供的功能集合。 |
Items |
取得或設定索引鍵/值集合,可用來共用此連接範圍內的資料。 |
LocalEndPoint |
取得或設定這個連接的本機端點。 |
RemoteEndPoint |
取得或設定這個連接的遠端端點。 |
方法
Abort() |
中止基礎連線。 |
Abort(ConnectionAbortedException) |
中止基礎連線。 |
DisposeAsync() |
釋放基礎連線的資源。 |