コード例 #1
0
 // checks to see if the server is connected.
 public static bool IsConnected()
 {
     return(server.IsConnected());
 }