Class SsdpServiceFoundEventArgs

    Definition

    Namespace:
    Tizen.Network.Nsd
    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
    object
    System.EventArgs
    SsdpServiceFoundEventArgs

    Properties

    View Source

    Service

    The SSDP service instance.

    Declaration
    public SsdpService Service { get; }
    Property Value
    Type Description
    SsdpService
    View Source

    State

    The SSDP service state.

    Declaration
    public SsdpServiceState State { get; }
    Property Value
    Type Description
    SsdpServiceState
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX