KestrelServerOptionsSystemdExtensions 类    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于与 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) 基于系统套接字的激活逻辑初始化(如果可用)。 指定回调以配置特定于终结点的设置。  |