Table of Contents

Constructor HttpHost

Namespace
Sisk.Cadente
Assembly
Sisk.Cadente.dll

HttpHost(IPEndPoint)

Initializes a new instance of the HttpHost class using the specified IPEndPoint.

public HttpHost(IPEndPoint endpoint)

Parameters

endpoint IPEndPoint

The IPEndPoint to listen on.

HttpHost(int)

Initializes a new instance of the HttpHost class using the specified port on the loopback address.

public HttpHost(int port)

Parameters

port int

The port number to listen on.