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

Inheritance: Service, IResolvableService
Show file Open project: hacxman/zeroshare Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public BrowseService ( ) : System
return System

BrowseService() public method

public BrowseService ( string name, string replyDomain, string regtype ) : System
name string
replyDomain string
regtype string
return System

RefreshTxtRecord() public method

public RefreshTxtRecord ( ) : void
return void

Resolve() public method

public Resolve ( ) : void
return void

Resolve() public method

public Resolve ( bool requery ) : void
requery bool
return void