Class SsdpServiceFoundEventArgs
Definition
- Assembly:
- Tizen.Network.Nsd.dll
An extended EventArgs class, which contains the changed service state during a service discovery using SSDP.
C#Copy[Obsolete("Deprecated since API level 13")] public class SsdpServiceFoundEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSsdpServiceFoundEventArgs
Properties
Declaration
C#Copypublic SsdpService Service { get; }
Property Value
| Type | Description |
|---|---|
| SsdpService |
Declaration
C#Copypublic SsdpServiceState State { get; }
Property Value
| Type | Description |
|---|---|
| SsdpServiceState |