Class DnssdServiceFoundEventArgs

Definition

Namespace:
Tizen.Network.Nsd
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
object
System.EventArgs
DnssdServiceFoundEventArgs

Properties

View Source

Service

The DNS-SD service instance.

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

State

The DNS-SD service state.

Declaration
C#
Copy
public DnssdServiceState State { get; }
Property Value
Type Description
DnssdServiceState