KestrunOptions.Listeners property
List of configured listeners for the Kestrel server. Each listener can be configured with its own IP address, port, protocols, and other options.
public List<ListenerOptions> Listeners { get; }
See Also
- class ListenerOptions
- class KestrunOptions
- namespace Kestrun.Hosting.Options