C# Class Mono.Zeroconf.ServiceBrowser

Inheritance: IEnumerable, IDisposable
Afficher le fichier Open project: hacxman/zeroshare Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
System ( ) : System.Collections.IEnumerator

Method Details

Browse() public méthode

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

Browse() public méthode

public Browse ( string regtype, string domain ) : void
regtype string
domain string
Résultat void

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

Browse() public méthode

public Browse ( uint interfaceIndex, string regtype, string domain ) : void
interfaceIndex uint
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

ServiceBrowser() public méthode

public ServiceBrowser ( ) : System
Résultat System