Ejemplo n.º 1
0
 /**
  * @brief Gets a country code.<br>
  * This method returns a country code(get by IP address) when signed in successfully.
  *
  * @return Country code.
  */
 public string GetCountryCode()
 {
     Log.Debug("[Session] GetCountryCode");
     return(SessionImpl.GetCountryCode());
 }