Class DnssdServiceFoundEventArgs
Definition
- Assembly:
- Tizen.Network.Nsd.dll
An extended EventArgs class, which contains the changed service state during a service discovery using DNS-SD.
C#
Copy
public class DnssdServiceFoundEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args DnssdService Found Event Args
Properties
Declaration
C#
Copy
public DnssdService Service { get; }
Property Value
Type | Description |
---|---|
Dnssd |
Declaration
C#
Copy
public DnssdServiceState State { get; }
Property Value
Type | Description |
---|---|
Dnssd |