Jump to content

DNS query: Difference between revisions

m
AddressFamily.INET
m (→‎{{header|Batch File}}: Remove FINDSTR; only uses internal commands and faster...)
m (AddressFamily.INET)
Line 414:
auto domain = "www.kame.net", port = "80";
 
auto a = getAddressInfo(domain, port, AddressFamily.INET);
writefln("IPv4 address for %s: %s", domain, a[0].address);
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.