S
schaf
hi NG !
My app knows the IP address of a remote computer from App.exe.config.
What's the best way to check if this pc in on the network ?
Ping ?
or Dns.GetHostByAddress(sRemoteHostDefinition).HostName and catch the
exception ?
Thanks
My app knows the IP address of a remote computer from App.exe.config.
What's the best way to check if this pc in on the network ?
Ping ?
or Dns.GetHostByAddress(sRemoteHostDefinition).HostName and catch the
exception ?
Thanks