Пример #1
0
 public bool DnsLookup(string host, out uint addr)
 => _simulation.TryMapHostToAddress(host, out addr);