资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Net.Sockets;
using System.Net;
using System.IO;
using System.Threading;
namespace client
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public TcpClient TcpClient;
StreamReader ClientReader;
StreamWriter ClientWriter;
NetworkStream Stream;
Thread Thd;
private void btn_Click(object sender EventArgs e)
{
try
{
if(Stream.DataAvailable)
{
rtxChatInfo.AppendT
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3330 2012-10-09 11:40 TCP通讯\client\Backup\client\client.csproj
文件 168 2012-10-09 11:40 TCP通讯\client\Backup\client\client.csproj.user
文件 5346 2012-10-09 11:40 TCP通讯\client\Backup\client\Form1.cs
文件 9911 2012-10-09 11:40 TCP通讯\client\Backup\client\Form1.Designer.cs
文件 6203 2012-10-09 11:40 TCP通讯\client\Backup\client\Form1.resx
文件 465 2012-10-09 11:40 TCP通讯\client\Backup\client\Program.cs
文件 1190 2012-10-09 11:40 TCP通讯\client\Backup\client\Properties\AssemblyInfo.cs
文件 2866 2012-10-09 11:40 TCP通讯\client\Backup\client\Properties\Resources.Designer.cs
文件 5612 2012-10-09 11:40 TCP通讯\client\Backup\client\Properties\Resources.resx
文件 1089 2012-10-09 11:40 TCP通讯\client\Backup\client\Properties\Settings.Designer.cs
文件 249 2012-10-09 11:40 TCP通讯\client\Backup\client\Properties\Settings.settings
文件 907 2012-10-09 11:40 TCP通讯\client\Backup\client.sln
文件 17408 2012-10-09 11:40 TCP通讯\client\Backup\client.suo
文件 13312 2012-10-23 09:14 TCP通讯\client\client\bin\Debug\client.exe
文件 28160 2012-10-23 09:14 TCP通讯\client\client\bin\Debug\client.pdb
文件 14328 2012-11-09 13:08 TCP通讯\client\client\bin\Debug\client.vshost.exe
文件 490 2009-06-11 05:14 TCP通讯\client\client\bin\Debug\client.vshost.exe.manifest
文件 3538 2012-10-09 11:40 TCP通讯\client\client\client.csproj
文件 168 2012-10-09 11:40 TCP通讯\client\client\client.csproj.user
文件 5334 2012-11-09 17:32 TCP通讯\client\client\Form1.cs
文件 9870 2012-10-11 13:31 TCP通讯\client\client\Form1.Designer.cs
文件 6185 2012-10-11 22:24 TCP通讯\client\client\Form1.resx
文件 261 2012-10-09 11:40 TCP通讯\client\client\obj\client.csproj.FileList.txt
文件 4990 2012-10-09 11:40 TCP通讯\client\client\obj\client.csproj.FileListAbsolute.txt
文件 3196 2012-11-09 13:08 TCP通讯\client\client\obj\Debug\client.csproj.FileListAbsolute.txt
文件 847 2012-10-22 17:29 TCP通讯\client\client\obj\Debug\client.csproj.GenerateResource.Cache
文件 13312 2012-10-23 09:14 TCP通讯\client\client\obj\Debug\client.exe
文件 180 2012-10-22 17:29 TCP通讯\client\client\obj\Debug\client.Form1.resources
文件 28160 2012-10-23 09:14 TCP通讯\client\client\obj\Debug\client.pdb
文件 180 2012-10-22 17:29 TCP通讯\client\client\obj\Debug\client.Properties.Resources.resources
............此处省略92个文件信息
- 上一篇:c#实现ftp上传、删除、、新建等功能
- 下一篇:C#写的蜘蛛程序(小偷程序)
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- wince引脚控制程序
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- Syndication实现读取、创建、订阅、更新
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- httpclient source code by csharp
- 动态抓取IPC#实现
- NServiceKit.Redis 基础操作
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- Socke传输 (wince6.0系统)
- Multipart解析类库源码(HttpMultipart)
- UDP Messenger 1.0.unitypackage
- asp.net 网页静态化组件(shipingx-Stati
- SocketAsyncEventArgs完成断开编程
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 猜数小游戏WCF网络编程技术(附服务
- 《C#版Ftp软件源码》
评论
共有 条评论