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#
Copy
public class SsdpServiceFoundEventArgs : EventArgs
Inheritance
System.Object
SsdpServiceFoundEventArgs

Properties

View Source

Service

The SSDP service instance.

Declaration
C#
Copy
public SsdpService Service { get; }
Property Value
Type Description
SsdpService
API Level: 4
View Source

State

The SSDP service state.

Declaration
C#
Copy
public SsdpServiceState State { get; }
Property Value
Type Description
SsdpServiceState
API Level: 4