KestrelServerOptionsSystemdExtensions.UseSystemd メソッド

定義

オーバーロード

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

パラメーター

戻り値

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

パラメーター

configure
Action<ListenOptions>

戻り値

KestrelServerOptions

適用対象