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#Copypublic class DnssdServiceFoundEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsDnssdServiceFoundEventArgs
Properties
Declaration
C#Copypublic DnssdService Service { get; }
Property Value
Type | Description |
---|---|
DnssdService |
Declaration
C#Copypublic DnssdServiceState State { get; }
Property Value
Type | Description |
---|---|
DnssdServiceState |