Interface INsdBrowser

    Definition

    Namespace:
    Tizen.Network.Nsd
    Assembly:
    Tizen.Network.Nsd.dll

    This interface is used for managing the network service discovery using DNS-SD/SSDP.

    public interface INsdBrowser

    Methods

    View Source

    StartDiscovery()

    Starts browsing the DNS-SD/SSDP remote service.

    Declaration
    void StartDiscovery()
    Remarks

    If there are any services available, the ServiceFound event will be invoked. The application will keep browsing for the available or unavailable services until it calls StopDiscovery().

    View Source

    StopDiscovery()

    Stops browsing the DNS-SD/SSDP remote service.

    Declaration
    void StopDiscovery()

    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