C# Class PhotonPingManager

Mostrar archivo Open project: daniel-cheng/stellar Class Usage Examples

Public Properties

Property Type Description
Attempts int
IgnoreInitialAttempt bool
MaxMilliseconsPerPing int
UseNative bool

Public Methods

Method Description
PingSocket ( Region, region ) : IEnumerator Affected by frame-rate of app, as this Coroutine checks the socket for a result once per frame.
ResolveHost ( string hostName ) : string

Method Details

PingSocket() public method

Affected by frame-rate of app, as this Coroutine checks the socket for a result once per frame.
public PingSocket ( Region, region ) : IEnumerator
region Region,
return IEnumerator

ResolveHost() public static method

public static ResolveHost ( string hostName ) : string
hostName string
return string

Property Details

Attempts public_oe static_oe property

public static int Attempts
return int

IgnoreInitialAttempt public_oe static_oe property

public static bool IgnoreInitialAttempt
return bool

MaxMilliseconsPerPing public_oe static_oe property

public static int MaxMilliseconsPerPing
return int

UseNative public_oe property

public bool UseNative
return bool