KestrelServerOptionsSystemdExtensions 类

定义

用于与 systemd 集成的扩展

public ref class KestrelServerOptionsSystemdExtensions abstract sealed
public static class KestrelServerOptionsSystemdExtensions
type KestrelServerOptionsSystemdExtensions = class
Public Module KestrelServerOptionsSystemdExtensions
继承
KestrelServerOptionsSystemdExtensions

方法

UseSystemd(KestrelServerOptions)

打开文件描述符 (开始,SD_LISTEN_FDS_START) 基于系统套接字的激活逻辑初始化(如果可用)。

UseSystemd(KestrelServerOptions, Action<ListenOptions>)

打开文件描述符 (开始,SD_LISTEN_FDS_START) 基于系统套接字的激活逻辑初始化(如果可用)。 指定回调以配置特定于终结点的设置。

适用于