从 Windows 应用程序获取 IP 地址位置
我在stackoverflow上看到了很多关于如何在asp.net中获取IP地址的地理位置的问题和答案,但是..
如何在中获取IP地址位置>winforms ?
我正在开发C# winform应用程序,我需要向用户显示其IP地址和其位置。 我能够显示用户的本地、外部 IP 地址,但我找不到任何显示位置的方法。
任何人都知道我是否可以使用任何 WebRequest
或任何其他解决方案来做到这一点?
编辑:我能够通过以下方法完成任务。
将 IP 地址发送到根据 IP 地址显示位置的站点。(例如 www.whatismyipaddress.com)
获取其源代码。
解析其代码并使用
字符串
操作来获取位置。
但我知道这不是一个好方法,因为如果网站关闭或移动,或者源代码的任何更改都会使我的代码变得无用。
I have seen many questions and answer on stackoverflow regarding how to fetch geolocation of an IP address in asp.net but..
How can I fetch the IP address location in winforms ?
I am working on the C# winform application and I need to show user ,its ip address and Its location.
I am able to show user's Local,External IP address but I could not find any way to show Location.
Any body knows if I can do this with any WebRequest
or any other solution ?
Edit: I am able to accomplish the task by following method.
Send IP address to a site which shows location from the IP address.(e.g. www.whatismyipaddress.com)
fetching its source code.
parsing its code and use
string
operations to get the location.
But I know It is not good approach as if website is down or moved or any change in the source code will make my code useless.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用IP地址地理位置数据库
You can use IP address geolocation database
IpInfo 是与 IP 相关的服务。他们还有一个不错的 API。
在下面的代码中,我将向该服务发出 Web 请求,它将返回 IP 信息。
这将返回您的 IP 信息:
使用此示例的示例是:
这将输出:
IpInfo is nice service for IP related things. They also have a nice API.
In the code below, I will make a web request to this service and it will return the IP info.
This will return your IP info:
An example using this is:
This will output: