KestrelServerOptionsSystemdExtensions.UseSystemd Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UseSystemd(KestrelServerOptions) |
Ouvrez les descripteurs de fichiers (à partir de SD_LISTEN_FDS_START) initialisés par la logique d’activation basée sur les sockets système, le cas échéant. |
UseSystemd(KestrelServerOptions, Action<ListenOptions>) |
Ouvrez les descripteurs de fichiers (à partir de SD_LISTEN_FDS_START) initialisés par la logique d’activation basée sur les sockets système, le cas échéant. Spécifiez le rappel pour configurer les paramètres spécifiques au point de terminaison. |
UseSystemd(KestrelServerOptions)
Ouvrez les descripteurs de fichiers (à partir de SD_LISTEN_FDS_START) initialisés par la logique d’activation basée sur les sockets système, le cas échéant.
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
Paramètres
- options
- KestrelServerOptions
Retours
L’KestrelServerOptionsopérateur
S’applique à
UseSystemd(KestrelServerOptions, Action<ListenOptions>)
Ouvrez les descripteurs de fichiers (à partir de SD_LISTEN_FDS_START) initialisés par la logique d’activation basée sur les sockets système, le cas échéant. Spécifiez le rappel pour configurer les paramètres spécifiques au point de terminaison.
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
Paramètres
- options
- KestrelServerOptions
- configure
- Action<ListenOptions>
Retours
L’KestrelServerOptionsopérateur