DnsResponse Class

Define the state object for the callback. Use hostName to correlate calls with the proper result.

Definition

Namespace: ASCOM.Alpaca.Discovery
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public class DnsResponse
Inheritance
Object    DnsResponse

Constructors

DnsResponse Initialise the class with a new ManualResetEvent

Properties

AddressList The list of IP addresses presented by the discovered device
Aliases The device's aliases
CallComplete The discovery's ManualResetEvent
HostName The Alpaca device's host name
IpHostEntry The IPHostEntry for the discovered Alpaca device

Version Information

.NET Standard

Supported in: 2.0

See Also