Show / Hide Table of Contents

Class Ping

Inheritance
Object
Ping
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class Ping

Constructors

| Improve this Doc View Source

Ping(String)

Declaration
public Ping(string address)
Parameters
Type Name Description
String address

Properties

ip

Declaration
public string ip { get; }
Property Value
Type Description
String
| Improve this Doc View Source

isDone

Declaration
public bool isDone { get; }
Property Value
Type Description
Boolean

time

Declaration
public int time { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

DestroyPing()

Declaration
public void DestroyPing()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX