BaseConnectionContext 类

定义

表示连接的上下文。

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()

释放基础连接的资源。

适用于