资源简介
GetHostInfo-C# Socket编程(2)识别网络主机
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Net;
namespace GetHostAddress
{
public partial class Main_From : Form
{
public Main_From()
{
InitializeComponent();
}
///
/// 显示本机IP信息
///
///
///
private void btn_localIP_Click(object sender EventArgs e)
{
this.rtb_local.Clear();
//获取本地主机名
string localHostName = Dns.GetHostName();
AppendRtbText(this.rtb_local string.Format(“本机主机名:{0}“ localHo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 11776 2012-10-11 17:03 GetHostInfo\GetHostAddress\bin\Debug\GetHostAddress.exe
文件 24064 2012-10-11 17:03 GetHostInfo\GetHostAddress\bin\Debug\GetHostAddress.pdb
文件 11600 2012-10-11 17:03 GetHostInfo\GetHostAddress\bin\Debug\GetHostAddress.vshost.exe
文件 606 2012-10-11 17:03 GetHostInfo\GetHostAddress\Extend\Extensions.cs
文件 3755 2012-10-11 17:03 GetHostInfo\GetHostAddress\GetHostAddress.csproj
文件 3122 2012-10-11 17:03 GetHostInfo\GetHostAddress\Main_From.cs
文件 8069 2012-10-11 17:03 GetHostInfo\GetHostAddress\Main_From.Designer.cs
文件 5817 2012-10-11 17:03 GetHostInfo\GetHostAddress\Main_From.resx
文件 6320 2012-10-11 17:03 GetHostInfo\GetHostAddress\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 372 2012-10-11 17:03 GetHostInfo\GetHostAddress\obj\x86\Debug\GenerateResource.read.1.tlog
文件 870 2012-10-11 17:03 GetHostInfo\GetHostAddress\obj\x86\Debug\GenerateResource.write.1.tlog
文件 1040 2012-10-11 17:03 GetHostInfo\GetHostAddress\obj\x86\Debug\GetHostAddress.csproj.FileListAbsolute.txt
文件 11776 2012-10-11 17:03 GetHostInfo\GetHostAddress\obj\x86\Debug\GetHostAddress.exe
文件 180 2012-10-11 17:03 GetHostInfo\GetHostAddress\obj\x86\Debug\GetHostAddress.Main_From.resources
文件 24064 2012-10-11 17:03 GetHostInfo\GetHostAddress\obj\x86\Debug\GetHostAddress.pdb
文件 180 2012-10-11 17:03 GetHostInfo\GetHostAddress\obj\x86\Debug\GetHostAddress.Properties.Resources.resources
文件 499 2012-10-11 17:00 GetHostInfo\GetHostAddress\Program.cs
文件 1376 2012-10-11 17:00 GetHostInfo\GetHostAddress\Properties\AssemblyInfo.cs
文件 2878 2012-10-11 17:00 GetHostInfo\GetHostAddress\Properties\Resources.Designer.cs
文件 5612 2012-10-11 17:00 GetHostInfo\GetHostAddress\Properties\Resources.resx
文件 1099 2012-10-11 17:00 GetHostInfo\GetHostAddress\Properties\Settings.Designer.cs
文件 249 2012-10-11 17:00 GetHostInfo\GetHostAddress\Properties\Settings.settings
文件 2291 2012-10-11 17:05 GetHostInfo\GetHostInfo.sln
..A..H. 48128 2012-10-11 17:15 GetHostInfo\GetHostInfo.suo
文件 9728 2012-10-11 17:05 GetHostInfo\GetNetInterfaceInfo\bin\Debug\GetNetInterfaceInfo.exe
文件 22016 2012-10-11 17:05 GetHostInfo\GetNetInterfaceInfo\bin\Debug\GetNetInterfaceInfo.pdb
文件 11600 2012-10-11 17:06 GetHostInfo\GetNetInterfaceInfo\bin\Debug\GetNetInterfaceInfo.vshost.exe
文件 3717 2012-10-11 17:05 GetHostInfo\GetNetInterfaceInfo\GetNetInterfaceInfo.csproj
文件 2740 2012-10-11 17:05 GetHostInfo\GetNetInterfaceInfo\Main_From.cs
文件 2458 2012-10-11 17:05 GetHostInfo\GetNetInterfaceInfo\Main_From.Designer.cs
............此处省略100个文件信息
- 上一篇:C#开发的简单的WEB服务器源代码
- 下一篇:c# MODBUS协议 上位机
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- Socke传输 (wince6.0系统)
- SocketAsyncEventArgs完成断开编程
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 猜数小游戏WCF网络编程技术(附服务
- 《C#版Ftp软件源码》
- 多种方法监测网络是否连接
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
评论
共有 条评论