C# Class Avahi.HostNameResolver

Inheritance: ResolverBase, IDisposable
Show file Open project: RidgeRun/eval-sdk-imx6-hummingboard Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
HostNameResolver ( Client client, int iface, Protocol proto, string hostname, Protocol aproto, LookupFlags flags ) : System
HostNameResolver ( Client client, string hostname ) : System

Private Methods

Method Description
OnHostNameResolverCallback ( IntPtr resolver, int iface, Protocol proto, ResolverEvent revent, IntPtr hostname, IntPtr address, LookupResultFlags flags, IntPtr userdata ) : void
Start ( ) : void
Stop ( bool force ) : void
avahi_host_name_resolver_free ( IntPtr handle ) : void
avahi_host_name_resolver_new ( IntPtr client, int iface, Protocol proto, byte hostname, Protocol aproto, LookupFlags flags, HostNameResolverCallback cb, IntPtr userdata ) : IntPtr

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HostNameResolver() public method

public HostNameResolver ( Client client, int iface, Protocol proto, string hostname, Protocol aproto, LookupFlags flags ) : System
client Client
iface int
proto Protocol
hostname string
aproto Protocol
flags LookupFlags
return System

HostNameResolver() public method

public HostNameResolver ( Client client, string hostname ) : System
client Client
hostname string
return System