C# Class Network.ZeroConf.ResolverHelper

Afficher le fichier Open project: automaters/bonjour.net

Méthodes publiques

Méthode Description
GetEndPoint ( ) : EndPoint
GetMacAddresses ( ) : IEnumerable
Resolve ( IServiceResolver resolver, string protocol, System.TimeSpan timeout, int minServiceCountFound, int maxServiceCountFound ) : IList

Private Methods

Méthode Description
resolver_ServiceFound ( IService item ) : void
resolver_ServiceRemoved ( IService item ) : void

Method Details

GetEndPoint() public static méthode

public static GetEndPoint ( ) : EndPoint
Résultat Network.Dns.EndPoint

GetMacAddresses() public static méthode

public static GetMacAddresses ( ) : IEnumerable
Résultat IEnumerable

Resolve() public méthode

public Resolve ( IServiceResolver resolver, string protocol, System.TimeSpan timeout, int minServiceCountFound, int maxServiceCountFound ) : IList
resolver IServiceResolver
protocol string
timeout System.TimeSpan
minServiceCountFound int
maxServiceCountFound int
Résultat IList