KestrelServerOptionsSystemdExtensions.UseSystemd Metodo

Definizione

Overload

UseSystemd(KestrelServerOptions)

Aprire descrittori di file (a partire da SD_LISTEN_FDS_START) inizializzati dalla logica di attivazione basata su socket systemd se disponibile.

UseSystemd(KestrelServerOptions, Action<ListenOptions>)

Aprire descrittori di file (a partire da SD_LISTEN_FDS_START) inizializzati dalla logica di attivazione basata su socket systemd se disponibile. Specificare il callback per configurare le impostazioni specifiche dell'endpoint.

UseSystemd(KestrelServerOptions)

Aprire descrittori di file (a partire da SD_LISTEN_FDS_START) inizializzati dalla logica di attivazione basata su socket systemd se disponibile.

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

Parametri

Restituisce

Oggetto KestrelServerOptions.

Si applica a

UseSystemd(KestrelServerOptions, Action<ListenOptions>)

Aprire descrittori di file (a partire da SD_LISTEN_FDS_START) inizializzati dalla logica di attivazione basata su socket systemd se disponibile. Specificare il callback per configurare le impostazioni specifiche dell'endpoint.

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

Parametri

configure
Action<ListenOptions>

Restituisce

Oggetto KestrelServerOptions.

Si applica a