Table of Contents

Method SetListeningHosts

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

SetListeningHosts(IEnumerable<ListeningHost>)

Sets the listening hosts for the server.

public override void SetListeningHosts(IEnumerable<ListeningHost> hosts)

Parameters

hosts IEnumerable<ListeningHost>

The collection of ListeningHost instances that the server should listen on.