Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

address

Remarks

This does not perform DNS lookups on host names so it only accepts IP addresses in dot notation.