Responder(Int32, ILogger) Constructor

Create an Alpaca Responder reporting the AlpacaPort. This will use default Discovery Port (32227) and will respond on IPv4 and IPv6.

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Alpaca.Device (in ASCOM.Alpaca.Device.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public Responder(
	int AlpacaPort,
	ILogger Logger = null
)

Parameters

AlpacaPort  Int32
The port the Alpaca REST API is available on
Logger  ILogger  (Optional)
ILogger object to which operational log messages will be sent.

Version Information

.NET Standard

Supported in: 2.0

See Also