C# 클래스 Mono.Zeroconf.Providers.Bonjour.BrowseService

상속: Service, IResolvableService
파일 보기 프로젝트 열기: hacxman/zeroshare 1 사용 예제들

공개 메소드들

메소드 설명
BrowseService ( ) : System
BrowseService ( string name, string replyDomain, string regtype ) : System
RefreshTxtRecord ( ) : void
Resolve ( ) : void
Resolve ( bool requery ) : void

비공개 메소드들

메소드 설명
OnQueryRecordReply ( ServiceRef sdRef, ServiceFlags flags, uint interfaceIndex, ServiceError errorCode, string fullname, ServiceType rrtype, ServiceClass rrclass, ushort rdlen, IntPtr rdata, uint ttl, IntPtr context ) : void
OnResolveReply ( ServiceRef sdRef, ServiceFlags flags, uint interfaceIndex, ServiceError errorCode, string fullname, string hosttarget, ushort port, ushort txtLen, IntPtr txtRecord, IntPtr contex ) : void
SetupCallbacks ( ) : void

메소드 상세

BrowseService() 공개 메소드

public BrowseService ( ) : System
리턴 System

BrowseService() 공개 메소드

public BrowseService ( string name, string replyDomain, string regtype ) : System
name string
replyDomain string
regtype string
리턴 System

RefreshTxtRecord() 공개 메소드

public RefreshTxtRecord ( ) : void
리턴 void

Resolve() 공개 메소드

public Resolve ( ) : void
리턴 void

Resolve() 공개 메소드

public Resolve ( bool requery ) : void
requery bool
리턴 void