Ping(string)
Perform a ping to the supplied target IP address.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public Ping(string address)
Parameters
Remarks
This does not perform DNS lookups on host names so it only accepts IP addresses in dot notation.