<legend id='TVLbT'><style id='TVLbT'><dir id='TVLbT'><q id='TVLbT'></q></dir></style></legend>
        <bdo id='TVLbT'></bdo><ul id='TVLbT'></ul>
    1. <i id='TVLbT'><tr id='TVLbT'><dt id='TVLbT'><q id='TVLbT'><span id='TVLbT'><b id='TVLbT'><form id='TVLbT'><ins id='TVLbT'></ins><ul id='TVLbT'></ul><sub id='TVLbT'></sub></form><legend id='TVLbT'></legend><bdo id='TVLbT'><pre id='TVLbT'><center id='TVLbT'></center></pre></bdo></b><th id='TVLbT'></th></span></q></dt></tr></i><div id='TVLbT'><tfoot id='TVLbT'></tfoot><dl id='TVLbT'><fieldset id='TVLbT'></fieldset></dl></div>

      <small id='TVLbT'></small><noframes id='TVLbT'>

      1. <tfoot id='TVLbT'></tfoot>
      2. 如何判断一个IP地址是否属于一个国家

        How to determine if an IP address belongs to a country(如何判断一个IP地址是否属于一个国家)
        <tfoot id='z2BGx'></tfoot>
      3. <i id='z2BGx'><tr id='z2BGx'><dt id='z2BGx'><q id='z2BGx'><span id='z2BGx'><b id='z2BGx'><form id='z2BGx'><ins id='z2BGx'></ins><ul id='z2BGx'></ul><sub id='z2BGx'></sub></form><legend id='z2BGx'></legend><bdo id='z2BGx'><pre id='z2BGx'><center id='z2BGx'></center></pre></bdo></b><th id='z2BGx'></th></span></q></dt></tr></i><div id='z2BGx'><tfoot id='z2BGx'></tfoot><dl id='z2BGx'><fieldset id='z2BGx'></fieldset></dl></div>

            • <bdo id='z2BGx'></bdo><ul id='z2BGx'></ul>
            • <legend id='z2BGx'><style id='z2BGx'><dir id='z2BGx'><q id='z2BGx'></q></dir></style></legend>

                <small id='z2BGx'></small><noframes id='z2BGx'>

                    <tbody id='z2BGx'></tbody>
                  本文介绍了如何判断一个IP地址是否属于一个国家的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我将如何使用 c# 确定特定 IP 地址来自哪个国家/地区.我需要使用它来检查连接是否来自特定国家/地区.

                  How would i determine the country that a spcific IP address is originating from using c#. I need to use this to check if connections originate from a specific country.

                  推荐答案

                  您可以在您的项目中使用此 SQL 数据来确定:IP 地址地理定位 SQL 数据库.下载该数据并将其导入您的数据库以在本地运行检查.

                  You can use this SQL data in your project to determine that: IP address geolocation SQL database. Download that data and import it into your database to run checks locally.

                  或者您可以使用他们的免费 API,该 API 返回包含国家代码和国家名称的 XML.您将使用要检查的 IP 地址向以下 URL 发出请求,如本例所示:

                  Or you can use their free API that returns XML containing the country code and country name. You'd make a request to the following URL with the IP address you wanted to check, as seen in this example:

                  http://ipinfodb.com/ip_query_country.php?ip=74.125.45.100

                  返回:

                  <Response>
                  <Ip>74.125.45.100</Ip>
                  <Status>OK</Status>
                  <CountryCode>US</CountryCode>
                  <CountryName>United States</CountryName>
                  </Response>
                  

                  这篇关于如何判断一个IP地址是否属于一个国家的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  C# namespace alias - what#39;s the point?(C# 命名空间别名 - 有什么意义?)
                  Using Xpath With Default Namespace in C#(在 C# 中使用具有默认命名空间的 Xpath)
                  IBM.Data.DB2.Core connection problems(IBM.Data.DB2.Core 连接问题)
                  Generating an EDMX from a DB2 Database(从 DB2 数据库生成 EDMX)
                  Datetime field overflow with IBM Data Server Client v9.7fp5(IBM Data Server Client v9.7fp5 的日期时间字段溢出)
                  Using entity Framework with .NET Core and DB2(将实体框架与 .NET Core 和 DB2 结合使用)
                    <bdo id='NMlyW'></bdo><ul id='NMlyW'></ul>

                    <small id='NMlyW'></small><noframes id='NMlyW'>

                    <legend id='NMlyW'><style id='NMlyW'><dir id='NMlyW'><q id='NMlyW'></q></dir></style></legend>

                      <i id='NMlyW'><tr id='NMlyW'><dt id='NMlyW'><q id='NMlyW'><span id='NMlyW'><b id='NMlyW'><form id='NMlyW'><ins id='NMlyW'></ins><ul id='NMlyW'></ul><sub id='NMlyW'></sub></form><legend id='NMlyW'></legend><bdo id='NMlyW'><pre id='NMlyW'><center id='NMlyW'></center></pre></bdo></b><th id='NMlyW'></th></span></q></dt></tr></i><div id='NMlyW'><tfoot id='NMlyW'></tfoot><dl id='NMlyW'><fieldset id='NMlyW'></fieldset></dl></div>
                        <tbody id='NMlyW'></tbody>
                        • <tfoot id='NMlyW'></tfoot>