C# Class Mono.Zeroconf.Providers.AvahiDBus.ServiceBrowser

Inheritance: IServiceBrowser
Afficher le fichier Open project: hacxman/zeroshare

Méthodes publiques

Méthode Description
Browse ( uint interfaceIndex, AddressProtocol addressProtocol, string regtype, string domain ) : void
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator

Méthodes protégées

Méthode Description
OnServiceAdded ( BrowseService service ) : void
OnServiceRemoved ( BrowseService service ) : void

Private Methods

Méthode Description
OnItemNew ( int @interface, NDesk.DBus.Protocol protocol, string name, string type, string domain, LookupResultFlags flags ) : void
OnItemRemove ( int @interface, NDesk.DBus.Protocol protocol, string name, string type, string domain, LookupResultFlags flags ) : void
System ( ) : System.Collections.IEnumerator

Method Details

Browse() public méthode

public Browse ( uint interfaceIndex, AddressProtocol addressProtocol, string regtype, string domain ) : void
interfaceIndex uint
addressProtocol AddressProtocol
regtype string
domain string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

OnServiceAdded() protected méthode

protected OnServiceAdded ( BrowseService service ) : void
service BrowseService
Résultat void

OnServiceRemoved() protected méthode

protected OnServiceRemoved ( BrowseService service ) : void
service BrowseService
Résultat void