Method | Description | |
---|---|---|
Dispose ( ) : void | ||
HostNameResolver ( Client client, int iface, Protocol proto, string hostname, Protocol aproto, LookupFlags flags ) : System | ||
HostNameResolver ( Client client, string hostname ) : System |
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 |
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 |
public HostNameResolver ( Client client, string hostname ) : System | ||
client | Client | |
hostname | string | |
return | System |