Class SsdpServiceFoundEventArgs
Definition
- Assembly:
- Tizen.Network.Nsd.dll
An extended EventArgs class, which contains the changed service state during a service discovery using SSDP.
public class SsdpServiceFoundEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSsdpServiceFoundEventArgs
Properties
View SourceService
The SSDP service instance.
Declaration
public SsdpService Service { get; }
Property Value
Type | Description |
---|---|
SsdpService |
State
The SSDP service state.
Declaration
public SsdpServiceState State { get; }
Property Value
Type | Description |
---|---|
SsdpServiceState |