Compartir a través de


KestrelServerOptionsSystemdExtensions.UseSystemd Método

Definición

Sobrecargas

UseSystemd(KestrelServerOptions)

Abra descriptores de archivo (a partir de SD_LISTEN_FDS_START) inicializados por la lógica de activación basada en sockets del sistema si está disponible.

UseSystemd(KestrelServerOptions, Action<ListenOptions>)

Abra descriptores de archivo (a partir de SD_LISTEN_FDS_START) inicializados por la lógica de activación basada en sockets del sistema si está disponible. Especifique la devolución de llamada para configurar las opciones específicas del punto de conexión.

UseSystemd(KestrelServerOptions)

Source:
KestrelServerOptionsSystemdExtensions.cs
Source:
KestrelServerOptionsSystemdExtensions.cs
Source:
KestrelServerOptionsSystemdExtensions.cs

Abra descriptores de archivo (a partir de SD_LISTEN_FDS_START) inicializados por la lógica de activación basada en sockets del sistema si está disponible.

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

Parámetros

Devoluciones

KestrelServerOptions.

Se aplica a

UseSystemd(KestrelServerOptions, Action<ListenOptions>)

Source:
KestrelServerOptionsSystemdExtensions.cs
Source:
KestrelServerOptionsSystemdExtensions.cs
Source:
KestrelServerOptionsSystemdExtensions.cs

Abra descriptores de archivo (a partir de SD_LISTEN_FDS_START) inicializados por la lógica de activación basada en sockets del sistema si está disponible. Especifique la devolución de llamada para configurar las opciones específicas del punto de conexión.

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

Parámetros

configure
Action<ListenOptions>

Devoluciones

KestrelServerOptions.

Se aplica a