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

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

Public Methods

Method Description
BrowseService ( string name, string regtype, string replyDomain, int @interface, NDesk.DBus.Protocol aprotocol ) : System
Dispose ( ) : void
Resolve ( ) : void

Protected Methods

Method Description
OnResolved ( ) : void

Private Methods

Method Description
DisposeResolver ( ) : void
OnResolveFailure ( string error ) : void
OnResolveFound ( int @interface, NDesk.DBus.Protocol protocol, string name, string type, string domain, string host, NDesk.DBus.Protocol aprotocol, string address, ushort port, byte txt, LookupResultFlags flags ) : void

Method Details

BrowseService() public method

public BrowseService ( string name, string regtype, string replyDomain, int @interface, NDesk.DBus.Protocol aprotocol ) : System
name string
regtype string
replyDomain string
@interface int
aprotocol NDesk.DBus.Protocol
return System

Dispose() public method

public Dispose ( ) : void
return void

OnResolved() protected method

protected OnResolved ( ) : void
return void

Resolve() public method

public Resolve ( ) : void
return void