C# Class Avahi.HostNameResolver

Inheritance: ResolverBase, IDisposable
Afficher le fichier Open project: RidgeRun/eval-sdk-imx6-hummingboard Class Usage Examples

Méthodes publiques

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

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

public Dispose ( ) : void
Résultat void

HostNameResolver() public méthode

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
Résultat System

HostNameResolver() public méthode

public HostNameResolver ( Client client, string hostname ) : System
client Client
hostname string
Résultat System