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.
public class SsdpServiceFoundEventArgs : EventArgs
- Inheritance
Properties
View SourceService
The SSDP service instance.
Declaration
public SsdpService Service { get; }
Property Value
Type | Description |
---|---|
SsdpService |
API Level: 4
View SourceState
The SSDP service state.
Declaration
public SsdpServiceState State { get; }
Property Value
Type | Description |
---|---|
SsdpServiceState |