ListenOptions.ConnectionAdapters 屬性

定義

取得 , List<T> 允許攔截和轉換每個連接 Stream 。 由 UseHttps()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)

屬性值

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

備註

預設為空白。

適用於