搜索资源列表
根据域名获得IP地址列表
- 软件简介:这是在学习C#时写的一个非常简单的例子,根据域名获得IP地址列表.主要用到了IPHostEntry类以及GetHostByName方法,例子很简单,请看源代码. -Software Descr iption : This is the learning C# to write a very simple example. under the domain of IP address list. main uses IPHostEntry category and GetHostB yN
gethostbyname
- 在 c++ builder 编译器下,通过SDK 编写,求本机的计算机名和IP的源代码.-builder in c compiler, the SDK through preparation, The demand for computer and IP source code.
vc912345345255
- 根据域名获得IP地址列表.主要用到了IPHostEntry类以及GetHostByName方法
dnsquery_src
- 一个不使用gethostbyname函数实现的dns查询小程序
getIP
- 一个非常简单的例子,根据域名获得IP地址列表.主要用到了IPHostEntry类以及GetHostByName方法.
GetIP
- 获取本机的外网IP和内网IP.内网IP很容易获取,直接调用gethostbyname(name)->h_addr_list就可以获取,但是外网IP还需要对一个提供显示当前外网IP的网页进行分析才可以获取,具体实现请参照代码.
GetHostByName
- Get hostby name is a vb program to resolve dns
AGettIPPc
- 获取本机的外网IP与内网IP.内网IP非常容易获获取,直接调用gethostbyname(name) -Access to the machine outside the network IP and Intranet IP within the IP network is very easy to be obtained directly call gethostbyname (name)
getpcnameip
- Visual C#获取计算机名和IP地址的程序源码,获取运行本程序所在计算机的名称:通过名字获得IP地址,IPHostEntry hostInfo = Dns.GetHostByName(hostName) IPAddress[] address = hostInfo.AddressList 创建 ipAddress 数组来存放字符串形式的IP地址,显示所有的IP地址,如果有多个地址,则改变textBox2的滑动条形式,以显示更多信息 -Visual C# para obtener el nom
Hooking
- Hooking gethostbyname requests and replacing them with our own. (Aka: Hijacking malware, blocking websites(Or blocking software updates), and whatever else your imagination leads you to.)
