LineSharp.Datatypes.TalkService.Client.getCountryWithRequestIp C# (CSharp) Method

getCountryWithRequestIp() public method

public getCountryWithRequestIp ( ) : string
return string
      public string getCountryWithRequestIp()
      {
        #if !SILVERLIGHT
        send_getCountryWithRequestIp();
        return recv_getCountryWithRequestIp();

        #else
        var asyncResult = Begin_getCountryWithRequestIp(null, null);
        return End_getCountryWithRequestIp(asyncResult);

        #endif
      }
      #if SILVERLIGHT
TalkService.Client