Compartir a través de


DefaultConnectionContext Clase

Definición

Implementación predeterminada de ConnectionContext.

public ref class DefaultConnectionContext : Microsoft::AspNetCore::Connections::ConnectionContext, IDisposable, Microsoft::AspNetCore::Connections::Features::IConnectionIdFeature, Microsoft::AspNetCore::Connections::Features::IConnectionItemsFeature, Microsoft::AspNetCore::Connections::Features::IConnectionLifetimeFeature, Microsoft::AspNetCore::Connections::Features::IConnectionTransportFeature, Microsoft::AspNetCore::Connections::Features::IConnectionUserFeature
public ref class DefaultConnectionContext : Microsoft::AspNetCore::Connections::ConnectionContext, Microsoft::AspNetCore::Connections::Features::IConnectionEndPointFeature, Microsoft::AspNetCore::Connections::Features::IConnectionIdFeature, Microsoft::AspNetCore::Connections::Features::IConnectionItemsFeature, Microsoft::AspNetCore::Connections::Features::IConnectionLifetimeFeature, Microsoft::AspNetCore::Connections::Features::IConnectionTransportFeature, Microsoft::AspNetCore::Connections::Features::IConnectionUserFeature
public class DefaultConnectionContext : Microsoft.AspNetCore.Connections.ConnectionContext, IDisposable, Microsoft.AspNetCore.Connections.Features.IConnectionIdFeature, Microsoft.AspNetCore.Connections.Features.IConnectionItemsFeature, Microsoft.AspNetCore.Connections.Features.IConnectionLifetimeFeature, Microsoft.AspNetCore.Connections.Features.IConnectionTransportFeature, Microsoft.AspNetCore.Connections.Features.IConnectionUserFeature
public class DefaultConnectionContext : Microsoft.AspNetCore.Connections.ConnectionContext, Microsoft.AspNetCore.Connections.Features.IConnectionEndPointFeature, Microsoft.AspNetCore.Connections.Features.IConnectionIdFeature, Microsoft.AspNetCore.Connections.Features.IConnectionItemsFeature, Microsoft.AspNetCore.Connections.Features.IConnectionLifetimeFeature, Microsoft.AspNetCore.Connections.Features.IConnectionTransportFeature, Microsoft.AspNetCore.Connections.Features.IConnectionUserFeature
type DefaultConnectionContext = class
    inherit ConnectionContext
    interface IDisposable
    interface IConnectionIdFeature
    interface IConnectionItemsFeature
    interface IConnectionTransportFeature
    interface IConnectionUserFeature
    interface IConnectionLifetimeFeature
type DefaultConnectionContext = class
    inherit ConnectionContext
    interface IConnectionIdFeature
    interface IConnectionItemsFeature
    interface IConnectionTransportFeature
    interface IConnectionUserFeature
    interface IConnectionLifetimeFeature
    interface IConnectionEndPointFeature
Public Class DefaultConnectionContext
Inherits ConnectionContext
Implements IConnectionIdFeature, IConnectionItemsFeature, IConnectionLifetimeFeature, IConnectionTransportFeature, IConnectionUserFeature, IDisposable
Public Class DefaultConnectionContext
Inherits ConnectionContext
Implements IConnectionEndPointFeature, IConnectionIdFeature, IConnectionItemsFeature, IConnectionLifetimeFeature, IConnectionTransportFeature, IConnectionUserFeature
Herencia
DefaultConnectionContext
Herencia
Implementaciones

Constructores

DefaultConnectionContext()

Crea sin DefaultConnectionContext canalizaciones para evitar asignaciones iniciales. Se espera que el autor de la llamada establezca las Transport canalizaciones y Application manualmente.

DefaultConnectionContext(String)

Crea sin DefaultConnectionContext canalizaciones para evitar asignaciones iniciales. Se espera que el autor de la llamada establezca las Transport canalizaciones y Application manualmente.

DefaultConnectionContext(String, IDuplexPipe, IDuplexPipe)

Crea DefaultConnectionContext con las canalizaciones y application especificadastransport.

Propiedades

Application

Implementación predeterminada de ConnectionContext.

ConnectionClosed

Obtiene o establece el CancellationToken que se desencadena cuando se cierra la conexión.

ConnectionId

Obtiene o establece el identificador de conexión.

Features

Obtiene la colección de características proporcionadas por el servidor y el middleware disponibles en esta conexión.

Items

Obtiene o establece los elementos asociados a la conexión.

LocalEndPoint

Obtiene o establece el objeto local EndPoint.

LocalEndPoint

Obtiene o establece el punto de conexión local para esta conexión.

(Heredado de ConnectionContext)
RemoteEndPoint

Obtiene o establece el control remoto EndPoint.

RemoteEndPoint

Obtiene o establece el punto de conexión remoto para esta conexión.

(Heredado de ConnectionContext)
Transport

Obtiene o establece el transporte de la conexión.

User

Obtiene o establece el usuario asociado a la conexión.

Métodos

Abort()

Implementación predeterminada de ConnectionContext.

Abort()

Anula la conexión subyacente.

(Heredado de ConnectionContext)
Abort(ConnectionAbortedException)

Anula la conexión subyacente.

Abort(ConnectionAbortedException)

Anula la conexión subyacente.

(Heredado de ConnectionContext)
Dispose()

Implementación predeterminada de ConnectionContext.

DisposeAsync()

Libera los recursos de la conexión subyacente.

DisposeAsync()

Libera los recursos de la conexión subyacente.

(Heredado de ConnectionContext)

Métodos de extensión

GetHttpContext(ConnectionContext)

Obtiene el HttpContext asociado a la conexión, si hay uno.

Se aplica a