/** * @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()); }