KestrunHostManager.Get method

Retrieves a KestrunHost instance by its name.

public static KestrunHost? Get(string name)
parameter description
name The name of the KestrunHost instance to retrieve.

Return Value

The KestrunHost instance if found; otherwise, null.

See Also