IZeroConfBrowseStrategy
Overview
The IZeroConfBrowseStrategy interface represents functions that are used to start and stop the specified service.
The IZeroConfBrowseStrategy interface is used in classes that retrieve information about the ZeroConf environment and services registered in it, for example in the TROBonjourBrowseStrategy class.
Location
- Unit: uROZeroConf.pas
- Ancestry: IZeroConfBrowseStrategy
Required Methods
Start
Starts the specified service of the type aType in the domain aDomain.
procedure Start(const aDomain: UnicodeString; const aServiceType: UnicodeString)
Parameters:
- aDomain: Service domain name
- aServiceType: Service type this instance should browse for
Stop
Stops the specified service.
procedure Stop