Unity 가 일반적으로 사용하는 System.Net.Sockets 의 C# 소켓 클래스를 이용 합니다. More...
Inherits PhotonPing.
Public Member Functions | |
override bool | StartPing (string ip) |
"Photon 핑" 을 서버로 전송합니다. More... | |
override bool | Done () |
override void | Dispose () |
Unity 가 일반적으로 사용하는 System.Net.Sockets 의 C# 소켓 클래스를 이용 합니다.
Windows 8 Store/Phone API 와는 호환되지 않습니다.
override void PingMonoEditor.Dispose | ( | ) |
override bool PingMonoEditor.Done | ( | ) |
override bool PingMonoEditor.StartPing | ( | string | ip | ) |
"Photon 핑" 을 서버로 전송합니다.
ip | IPv4 또는 IPv6 형식의 주소입니다. '.' 이 포함되어 있는 주소는 IPv4 로 해석됩니다. |