C# Class Mono.Zeroconf.Providers.Bonjour.BrowseService

Inheritance: Service, IResolvableService
Afficher le fichier Open project: hacxman/zeroshare Class Usage Examples

Méthodes publiques

Méthode Description
BrowseService ( ) : System
BrowseService ( string name, string replyDomain, string regtype ) : System
RefreshTxtRecord ( ) : void
Resolve ( ) : void
Resolve ( bool requery ) : void

Private Methods

Méthode Description
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

Method Details

BrowseService() public méthode

public BrowseService ( ) : System
Résultat System

BrowseService() public méthode

public BrowseService ( string name, string replyDomain, string regtype ) : System
name string
replyDomain string
regtype string
Résultat System

RefreshTxtRecord() public méthode

public RefreshTxtRecord ( ) : void
Résultat void

Resolve() public méthode

public Resolve ( ) : void
Résultat void

Resolve() public méthode

public Resolve ( bool requery ) : void
requery bool
Résultat void