Table of Contents

Method Add

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

Add(ListeningHost)

Adds a listeninghost to this repository. If this listeninghost already exists in this class, an exception will be thrown.

public void Add(ListeningHost item)

Parameters

item ListeningHost

The ListeningHost to add to this collection.