资源简介
C#聊天系统客户端yuan daima
代码片段和文件信息
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.Sockets;
using System.Threading;
using System.Net;
namespace ChatClient
{
public partial class FClient : Form
{
public FClient()
{
InitializeComponent();
//关闭对文本框的非法线程操作检查
TextBox.CheckForIllegalCrossThreadCalls = false;
}
//创建 1个客户端套接字 和1个负责监听服务端请求的线程
Socket socketClient = null;
Thread threadClient = null;
private void btnBeginListen_Click(object sender EventArgs e)
{
//定义一个套字节监听 包含3个参数(IP4寻址协议流式连接TCP协议)
socketClient = new S
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-03-24 11:43 ChatClient\
目录 0 2011-08-27 18:48 ChatClient\bin\
目录 0 2012-03-23 12:27 ChatClient\bin\Debug\
文件 12288 2012-03-25 11:06 ChatClient\bin\Debug\07-ChatClientforCommunication.exe
文件 34304 2012-03-25 11:06 ChatClient\bin\Debug\07-ChatClientforCommunication.pdb
文件 11600 2012-03-25 11:07 ChatClient\bin\Debug\07-ChatClientforCommunication.vshost.exe
文件 490 2010-03-18 06:39 ChatClient\bin\Debug\07-ChatClientforCommunication.vshost.exe.manifest
目录 0 2011-08-27 18:48 ChatClient\bin\Release\
文件 3743 2012-01-05 22:22 ChatClient\ChatClient.csproj
文件 1529 2012-03-05 19:58 ChatClient\ChatClient.sln
文件 28672 2012-03-25 11:08 ChatClient\ChatClient.suo
文件 4363 2012-03-25 11:06 ChatClient\FClient.cs
文件 5817 2012-03-23 12:32 ChatClient\FClient.resx
文件 6964 2012-03-23 12:32 ChatClient\Form1.Designer.cs
目录 0 2011-08-27 18:48 ChatClient\obj\
目录 0 2011-08-27 18:48 ChatClient\obj\x86\
目录 0 2012-03-25 11:06 ChatClient\obj\x86\Debug\
文件 4356 2012-01-05 22:13 ChatClient\obj\x86\Debug\07-ChatClientforCommunication.csproj.FileListAbsolute.txt
文件 12288 2012-03-25 11:06 ChatClient\obj\x86\Debug\07-ChatClientforCommunication.exe
文件 34304 2012-03-25 11:06 ChatClient\obj\x86\Debug\07-ChatClientforCommunication.pdb
文件 2909 2012-03-25 11:07 ChatClient\obj\x86\Debug\ChatClient.csproj.FileListAbsolute.txt
文件 180 2012-03-24 11:17 ChatClient\obj\x86\Debug\ChatClient.FClient.resources
文件 180 2012-03-24 11:17 ChatClient\obj\x86\Debug\ChatClient.Properties.Resources.resources
文件 1560 2012-01-05 22:17 ChatClient\obj\x86\Debug\ChatClientforCommunication.csproj.FileListAbsolute.txt
文件 4440 2012-03-05 19:52 ChatClient\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6469 2012-03-25 11:06 ChatClient\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 714 2012-03-24 11:17 ChatClient\obj\x86\Debug\GenerateResource.read.1.tlog
文件 1650 2012-03-24 11:17 ChatClient\obj\x86\Debug\GenerateResource.write.1.tlog
文件 7897 2012-03-23 12:35 ChatClient\obj\x86\Debug\ResolveAssemblyReference.cache
目录 0 2012-01-05 22:22 ChatClient\obj\x86\Debug\TempPE\
文件 4608 2012-01-05 22:22 ChatClient\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
............此处省略9个文件信息
- 上一篇:Mqtt协议C#版客户端源码.rar
- 下一篇:纯C# 托管与非托管DLL注入.7z
相关资源
- 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# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
- C#之WPF重绘动态正弦余弦曲线
评论
共有 条评论