System.Net.SocketsのC#Socketクラスを使用します(Unityが通常行うように)。 More...
Inherits PhotonPing.
Public Member Functions | |
override bool | StartPing (string ip) |
「Photon Ping」をサーバーに送信します。 More... | |
override bool | Done () |
override void | Dispose () |
Additional Inherited Members | |
Public Attributes inherited from PhotonPing | |
string | DebugString = "" |
bool | Successful |
System.Net.SocketsのC#Socketクラスを使用します(Unityが通常行うように)。
Windows 8 Store / Phone APIと互換性がありません。
|
virtual |
「Photon Ping」をサーバーに送信します。
ip | IPv4またはIPv6形式のアドレス。「.」を含むアドレスはIPv4としてインタープリタになります。 |
Reimplemented from PhotonPing.