Avahi.HostNameResolver.HostNameResolver C# (CSharp) Метод

HostNameResolver() публичный Метод

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
Результат System
        public HostNameResolver(Client client, int iface, Protocol proto, string hostname,
                                 Protocol aproto, LookupFlags flags)
        {
            this.client = client;
            this.iface = iface;
            this.proto = proto;
            this.hostname = hostname;
            this.aproto = aproto;
            this.flags = flags;
            cb = OnHostNameResolverCallback;
        }

Same methods

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