Photon Unity Networking
        
        
            v1.101
        
    Uses C# Socket class from System.Net.Sockets (as Unity usually does). More...
Inherits Photon.Realtime.PhotonPing.
Public Member Functions | |
| override bool | StartPing (string ip) | 
| Sends a "Photon Ping" to a server.  More... | |
| override bool | Done () | 
| override void | Dispose () | 
Additional Inherited Members | |
  Public Attributes inherited from Photon.Realtime.PhotonPing | |
| string | DebugString = "" | 
| bool | Successful | 
Uses C# Socket class from System.Net.Sockets (as Unity usually does).
Incompatible with Windows 8 Store/Phone API.
      
  | 
  virtual | 
Reimplemented from Photon.Realtime.PhotonPing.
      
  | 
  virtual | 
Reimplemented from Photon.Realtime.PhotonPing.
      
  | 
  virtual | 
Sends a "Photon Ping" to a server.
| ip | Address in IPv4 or IPv6 format. An address containing a '.' will be interpretet as IPv4. | 
Reimplemented from Photon.Realtime.PhotonPing.