KestrelServerOptionsSystemdExtensions.UseSystemd メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UseSystemd(KestrelServerOptions) |
システム ソケット ベースのアクティブ化ロジック (使用可能な場合) によって初期化されたファイル記述子 (SD_LISTEN_FDS_START から開始) を開きます。 |
UseSystemd(KestrelServerOptions, Action<ListenOptions>) |
システム ソケット ベースのアクティブ化ロジック (使用可能な場合) によって初期化されたファイル記述子 (SD_LISTEN_FDS_START から開始) を開きます。 コールバックを指定して、エンドポイント固有の設定を構成します。 |
UseSystemd(KestrelServerOptions)
システム ソケット ベースのアクティブ化ロジック (使用可能な場合) によって初期化されたファイル記述子 (SD_LISTEN_FDS_START から開始) を開きます。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ UseSystemd(Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ options);
public static Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions UseSystemd (this Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions options);
static member UseSystemd : Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions -> Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions
<Extension()>
Public Function UseSystemd (options As KestrelServerOptions) As KestrelServerOptions
パラメーター
- options
- KestrelServerOptions
戻り値
適用対象
UseSystemd(KestrelServerOptions, Action<ListenOptions>)
システム ソケット ベースのアクティブ化ロジック (使用可能な場合) によって初期化されたファイル記述子 (SD_LISTEN_FDS_START から開始) を開きます。 コールバックを指定して、エンドポイント固有の設定を構成します。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ UseSystemd(Microsoft::AspNetCore::Server::Kestrel::Core::KestrelServerOptions ^ options, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public static Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions UseSystemd (this Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions options, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
static member UseSystemd : Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions
<Extension()>
Public Function UseSystemd (options As KestrelServerOptions, configure As Action(Of ListenOptions)) As KestrelServerOptions
パラメーター
- options
- KestrelServerOptions
- configure
- Action<ListenOptions>