Esempio n. 1
0
 /// <summary>
 /// Is client connected ?
 /// TODO: This method should be corrected to return: is client active.
 /// </summary>
 public static bool IsClient()
 {
     return NetStatus.IsClientConnected();
 }