Table of Contents

Method Remove

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

Remove(ListeningHost)

Try to remove a ListeningHost from this repository. If the item is removed, this methods returns true.

public bool Remove(ListeningHost item)

Parameters

item ListeningHost

The ListeningHost to be removed.

Returns

bool