代码搜索:IPHostEntry
找到约 21 项符合「IPHostEntry」的源代码
代码结果 21
www.eeworm.com/read/253766/12200591
vb mdl_dy.vb
Module Mdl_dy
'定义一个变量保存用户名
Public username As String
'定义一个变量保存密码
Public userpwd As String
'定义一个变量保存用户身份
Public userSF As String
Public myip As System.Net.IPHostEntry
www.eeworm.com/read/382954/8985403
cs getip.cs
using System;
using System.Net;
using System.Net.Sockets;
class GetIP
{
public static void Main(string[] args)
{
if(args.Length != 1)
{
usage();
www.eeworm.com/read/169262/9871161
cs getip.cs
using System;
using System.Net;
using System.Net.Sockets;
class GetIP
{
public static void Main(string[] args)
{
if(args.Length != 1)
{
usage();
www.eeworm.com/read/325476/13202250
cs getip.cs
using System;
using System.Net;
using System.Net.Sockets;
class GetIP
{
public static void Main(string[] args)
{
if(args.Length != 1)
{
usage();
www.eeworm.com/read/235809/14052125
cs getip.cs
using System;
using System.Net;
using System.Net.Sockets;
class GetIP
{
public static void Main(string[] args)
{
if(args.Length != 1)
{
usage();
www.eeworm.com/read/159905/5578358
aspx dns.aspx
Sub Button_Click( s As Object, e As EventArgs )
Dim objIPHostEntry As IPHostEntry
objIPHostEntry = Dns.GetHostByAddress( txtI
www.eeworm.com/read/159905/5578311
aspx dns.aspx
void Button_Click(Object sender , EventArgs e)
{
IPHostEntry objIPHostEntry;
objIPHost
www.eeworm.com/read/181854/9233995
txt dns解析类.txt
using System.Net;
try
{
IPHostEntry iphosts=Dns.Resolve(textBoxInput.Text);
foreach(IPAddress ip in iphosts.AddressList)
{
long Address=ip.Address;
this.listBoxIPs.Item
www.eeworm.com/read/139781/13132617
dns
using System.Net;
try
{
IPHostEntry iphosts=Dns.Resolve(textBoxInput.Text);
foreach(IPAddress ip in iphosts.AddressList)
{
long Address=ip.Address;
this.listBoxIPs.Item
www.eeworm.com/read/338993/12268158
txt dns解析类.txt
using System.Net;
try
{
IPHostEntry iphosts=Dns.Resolve(textBoxInput.Text);
foreach(IPAddress ip in iphosts.AddressList)
{
long Address=ip.Address;
this.listBoxIPs.Item