Class MulticastDnsStatusEventArgs
- Namespace
- Iot.Device.MulticastDns.EventArgs
- Assembly
- Iot.Device.MulticastDns.dll
The EventArgs used to pass the status of the service.
public class MulticastDnsStatusEventArgs
- Inheritance
-
MulticastDnsStatusEventArgs
Constructors
MulticastDnsStatusEventArgs(MulticastDnsStatus, string)
Initializes a new instance of the MulticastDnsStatusEventArgs class.
public MulticastDnsStatusEventArgs(MulticastDnsStatus status, string message = "")
Parameters
status
MulticastDnsStatusThe communicated status of the service.
message
stringThe optional message accompanying the status.
Properties
Message
Gets the optional message accompanying the status.
public string Message { get; }
Property Value
Status
Gets the communicated status of the service.
public MulticastDnsStatus Status { get; }