ListenOptions.KestrelServerOptions プロパティ

定義

リスナー オプションの KestrelServerOptions を取得します。 接続ミドルウェアが起動時にアプリケーションによって登録されたサービスを解決して使用できるようにします。

public:
 property Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ KestrelServerOptions { Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ get(); };
public Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions KestrelServerOptions { get; }
member this.KestrelServerOptions : Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions
Public ReadOnly Property KestrelServerOptions As KestrelServerOptions

プロパティ値

注釈

Listen* メソッドの KestrelServerOptions コールバックからアクセスした場合にのみ設定されます。

適用対象