ListenOptions.ConnectionAdapters プロパティ

定義

各接続StreamList<T>インターセプトおよび変換できるようにする を取得します。 および UseConnectionLogging(ListenOptions) 拡張メソッドによってUseHttps()構成されます。

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)

プロパティ値

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

注釈

既定値は空です。

適用対象