Class DnssdServiceFoundEventArgs

Definition

Namespace:
Tizen.Network.Nsd
Assembly:
Tizen.Network.Nsd.dll
API Level:
4

An extended EventArgs class, which contains the changed service state during a service discovery using DNS-SD.

C#
Copy
public class DnssdServiceFoundEventArgs : EventArgs
Inheritance
System.Object
DnssdServiceFoundEventArgs

Properties

View Source

Service

The DNS-SD service instance.

Declaration
C#
Copy
public DnssdService Service { get; }
Property Value
Type Description
DnssdService
API Level: 4
View Source

State

The DNS-SD service state.

Declaration
C#
Copy
public DnssdServiceState State { get; }
Property Value
Type Description
DnssdServiceState
API Level: 4