C# Class Network.ZeroConf.ResolverHelper

显示文件 Open project: automaters/bonjour.net

Public Methods

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

Private Methods

Method Description
resolver_ServiceFound ( IService item ) : void
resolver_ServiceRemoved ( IService item ) : void

Method Details

GetEndPoint() public static method

public static GetEndPoint ( ) : EndPoint
return Network.Dns.EndPoint

GetMacAddresses() public static method

public static GetMacAddresses ( ) : IEnumerable
return IEnumerable

Resolve() public method

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
return IList