Class DnssdServiceFoundEventArgs

    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 DNS-SD.

    public class DnssdServiceFoundEventArgs : EventArgs
    Inheritance
    object
    DnssdServiceFoundEventArgs

    Properties

    View Source

    Service

    The DNS-SD service instance.

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

    State

    The DNS-SD service state.

    Declaration
    public DnssdServiceState State { get; }
    Property Value
    Type Description
    DnssdServiceState

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX