KestrelOptionsExtensions class
Provides extension methods for copying configuration between KestrelServerOptions instances.
public static class KestrelOptionsExtensions
Public Members
name | description |
---|---|
static CopyFromTemplate(…) | Shallow-copies every writable property from src to dest, then deep-copies the nested KestrelServerLimits. A small “skip” list prevents us from overwriting framework internals. |
See Also
- namespace Kestrun.Hosting.Options