Compartir a través de


ListenOptions.ConnectionAdapters Propiedad

Definición

Obtiene el List<T> objeto que permite que cada conexión Stream se intercepte y transforme. Configurado por los UseHttps() métodos de extensión y UseConnectionLogging(ListenOptions) .

public:
 property System::Collections::Generic::List<Microsoft::AspNetCore::Server::Kestrel::Core::Adapter::Internal::IConnectionAdapter ^> ^ ConnectionAdapters { System::Collections::Generic::List<Microsoft::AspNetCore::Server::Kestrel::Core::Adapter::Internal::IConnectionAdapter ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.AspNetCore.Server.Kestrel.Core.Adapter.Internal.IConnectionAdapter> ConnectionAdapters { get; }
member this.ConnectionAdapters : System.Collections.Generic.List<Microsoft.AspNetCore.Server.Kestrel.Core.Adapter.Internal.IConnectionAdapter>
Public ReadOnly Property ConnectionAdapters As List(Of IConnectionAdapter)

Valor de propiedad

List<Microsoft.AspNetCore.Server.Kestrel.Core.Adapter.Internal.IConnectionAdapter>

Comentarios

El valor predeterminado es vacío.

Se aplica a