# Ping(string)

> Perform a ping to the supplied target IP address.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public Ping(string address)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)):&#x20;

### Remarks

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