Class SsdpServiceFoundEventArgs
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 SSDP.
C#Copypublic class SsdpServiceFoundEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic SsdpService Service { get; }
Property Value
Type | Description |
---|---|
SsdpService |
API Level: 4
Declaration
C#Copypublic SsdpServiceState State { get; }
Property Value
Type | Description |
---|---|
SsdpServiceState |