C# Class WaveBox.Service.Services.ZeroConfService

Inheritance: IService
Datei anzeigen Open project: einsteinx2/WaveBox

Private Properties

Property Type Description

Public Methods

Method Description
Start ( ) : bool

Publish ZeroConf, so that WaveBox may advertise itself using mDNS to capable devices

Stop ( ) : bool

Dispose of ZeroConf publisher

Method Details

Start() public method

Publish ZeroConf, so that WaveBox may advertise itself using mDNS to capable devices
public Start ( ) : bool
return bool

Stop() public method

Dispose of ZeroConf publisher
public Stop ( ) : bool
return bool