KestrelServerOptionsSystemdExtensions Class

Definition

Extensions for integrating with systemd

public ref class KestrelServerOptionsSystemdExtensions abstract sealed
public static class KestrelServerOptionsSystemdExtensions
type KestrelServerOptionsSystemdExtensions = class
Public Module KestrelServerOptionsSystemdExtensions
Inheritance
KestrelServerOptionsSystemdExtensions

Methods

UseSystemd(KestrelServerOptions)

Open file descriptors (starting from SD_LISTEN_FDS_START) initialized by systemd socket-based activation logic if available.

UseSystemd(KestrelServerOptions, Action<ListenOptions>)

Open file descriptors (starting from SD_LISTEN_FDS_START) initialized by systemd socket-based activation logic if available. Specify callback to configure endpoint-specific settings.

Applies to