KestrelOptionsExtensions.CopyFromTemplate method

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.

public static void CopyFromTemplate(this KestrelServerOptions dest, KestrelServerOptions src)

See Also