资源简介
代码片段和文件信息
using System;
using System.IO;
using System.Drawing;
using System.Net;
using System.Net.Sockets;
using System.Text.Regularexpressions;
using System.Windows.Forms;
using NAL;
namespace Client
{
public partial class Form1 : Form
{
private Socket client = null;
private int port = 8089;
private IPEndPoint serverEP = null;
private TransferHandler transferHandler = null;
public Form1()
{
InitializeComponent();
}
private void ConnectServer(string serverIP)
{
serverEP = new IPEndPoint(
IPAddress.Parse(serverIP)
port);
client = new Socket(
AddressFamily.InterNetwork
SocketType.Strea
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-11-18 15:22 TCPSendFile\
目录 0 2011-11-18 15:22 TCPSendFile\Client\
文件 3955 2011-11-18 13:58 TCPSendFile\Client\Client.csproj
文件 8097 2011-11-17 15:08 TCPSendFile\Client\Form1.Designer.cs
文件 4514 2011-11-18 14:55 TCPSendFile\Client\Form1.cs
文件 5814 2011-11-17 15:08 TCPSendFile\Client\Form1.resx
文件 487 2011-11-15 15:01 TCPSendFile\Client\Program.cs
目录 0 2011-11-18 15:22 TCPSendFile\Client\Properties\
文件 1344 2011-11-15 15:01 TCPSendFile\Client\Properties\AssemblyInfo.cs
文件 2862 2011-11-15 15:01 TCPSendFile\Client\Properties\Resources.Designer.cs
文件 5612 2011-11-15 15:01 TCPSendFile\Client\Properties\Resources.resx
文件 1091 2011-11-15 15:01 TCPSendFile\Client\Properties\Settings.Designer.cs
文件 249 2011-11-15 15:01 TCPSendFile\Client\Properties\Settings.settings
目录 0 2011-11-18 15:22 TCPSendFile\Client\bin\
目录 0 2011-11-18 15:22 TCPSendFile\Client\bin\Release\
文件 13312 2011-11-18 15:18 TCPSendFile\Client\bin\Release\Client.exe
文件 24064 2011-11-18 15:18 TCPSendFile\Client\bin\Release\Client.pdb
文件 14328 2011-11-18 14:56 TCPSendFile\Client\bin\Release\Client.vshost.exe
文件 490 2009-06-11 05:14 TCPSendFile\Client\bin\Release\Client.vshost.exe.manifest
文件 5632 2011-11-18 15:18 TCPSendFile\Client\bin\Release\NAL.dll
文件 11776 2011-11-18 15:18 TCPSendFile\Client\bin\Release\NAL.pdb
目录 0 2011-11-18 15:22 TCPSendFile\Client\obj\
目录 0 2011-11-18 15:22 TCPSendFile\Client\obj\Debug\
目录 0 2011-11-18 15:25 TCPSendFile\Client\obj\Debug\Refactor\
目录 0 2011-11-18 15:25 TCPSendFile\Client\obj\Debug\TempPE\
目录 0 2011-11-18 15:22 TCPSendFile\Client\obj\Release\
文件 180 2011-11-18 15:18 TCPSendFile\Client\obj\Release\Client.Form1.resources
文件 180 2011-11-18 15:18 TCPSendFile\Client\obj\Release\Client.Properties.Resources.resources
文件 759 2011-11-18 15:18 TCPSendFile\Client\obj\Release\Client.csproj.FileListAbsolute.txt
文件 847 2011-11-18 15:18 TCPSendFile\Client\obj\Release\Client.csproj.GenerateResource.Cache
文件 13312 2011-11-18 15:18 TCPSendFile\Client\obj\Release\Client.exe
............此处省略58个文件信息
- 上一篇:wpf 台球 游戏
- 下一篇:C# textbox 自动完成(智能提示)
相关资源
- Hosts文件管理工具
- 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#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
- 基于com串口的文件发送和接收
- ax播放器实现文件拖入播放和拖动到可
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - gif图片转换成jpg文件格式
- C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
评论
共有 条评论