Show / Hide Table of Contents

    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
    Object
    EventArgs
    SsdpServiceFoundEventArgs

    Properties

    View Source

    Service

    The SSDP service instance.

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

    State

    The SSDP service state.

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