KestrelServerOptionsSystemdExtensions Class    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions for integrating with systemd
public ref class KestrelServerOptionsSystemdExtensions abstract sealedpublic static class KestrelServerOptionsSystemdExtensionstype KestrelServerOptionsSystemdExtensions = classPublic Module KestrelServerOptionsSystemdExtensions- Inheritance
- 
				KestrelServerOptionsSystemdExtensions
Methods
| 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. | 
| UseSystemd(KestrelServerOptions) | Open file descriptors (starting from SD_LISTEN_FDS_START) initialized by systemd socket-based activation logic if available. |