KestrunHostManager.Contains method

Determines whether a KestrunHost instance with the specified name exists.

public static bool Contains(string name)
parameter description
name The name of the KestrunHost instance to check for existence.

Return Value

True if an instance with the specified name exists; otherwise, false.

See Also