C# 클래스 Network.ZeroConf.ResolverHelper

파일 보기 프로젝트 열기: automaters/bonjour.net

공개 메소드들

메소드 설명
GetEndPoint ( ) : EndPoint
GetMacAddresses ( ) : IEnumerable
Resolve ( IServiceResolver resolver, string protocol, System.TimeSpan timeout, int minServiceCountFound, int maxServiceCountFound ) : IList

비공개 메소드들

메소드 설명
resolver_ServiceFound ( IService item ) : void
resolver_ServiceRemoved ( IService item ) : void

메소드 상세

GetEndPoint() 공개 정적인 메소드

public static GetEndPoint ( ) : EndPoint
리턴 Network.Dns.EndPoint

GetMacAddresses() 공개 정적인 메소드

public static GetMacAddresses ( ) : IEnumerable
리턴 IEnumerable

Resolve() 공개 메소드

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
리턴 IList