资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net.Sockets;
using System.Net;
using System.Windows.Forms;
namespace SocketClient
{
// public delegate void ListenData
public class ReseiveDataStruct
{
public Socket socket = null;
public static int bufferSize = 1000;
public byte[] buffer = new byte[bufferSize];//接受到的数据
}
///
/// 服务器端Socket通信类
///
public class AsySockets
{
public delegate void ReceiveDataCompleteHandler(string strdata);
public event ReceiveDataCompleteHandler ReceiveDataCompleteEvent;
private Socket socketobject = null;
private string mid = string.Empty;
public AsySockets(Socke
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5093 2010-11-03 09:45 SocketClient\AsySockets.cs
文件 13824 2017-01-12 11:46 SocketClient\bin\Debug\SocketClient.exe
文件 30208 2017-01-12 11:46 SocketClient\bin\Debug\SocketClient.pdb
文件 14328 2010-11-02 16:59 SocketClient\bin\Debug\SocketClient.vshost.exe
文件 490 2007-07-21 01:33 SocketClient\bin\Debug\SocketClient.vshost.exe.manifest
文件 1452 2017-01-12 11:46 SocketClient\obj\Debug\SocketClient.csproj.FileListAbsolute.txt
文件 858 2017-01-12 11:46 SocketClient\obj\Debug\SocketClient.csproj.GenerateResource.Cache
文件 13824 2017-01-12 11:46 SocketClient\obj\Debug\SocketClient.exe
文件 30208 2017-01-12 11:46 SocketClient\obj\Debug\SocketClient.pdb
文件 180 2017-01-12 11:46 SocketClient\obj\Debug\SocketClient.Properties.Resources.resources
文件 180 2017-01-12 11:46 SocketClient\obj\Debug\SocketClient.SocketClientForm.resources
文件 504 2010-11-02 10:33 SocketClient\Program.cs
文件 1366 2010-11-02 10:33 SocketClient\Properties\AssemblyInfo.cs
文件 2874 2010-11-02 10:33 SocketClient\Properties\Resources.Designer.cs
文件 5612 2010-11-02 10:33 SocketClient\Properties\Resources.resx
文件 1097 2010-11-02 10:33 SocketClient\Properties\Settings.Designer.cs
文件 249 2010-11-02 10:33 SocketClient\Properties\Settings.settings
文件 3866 2010-11-02 10:45 SocketClient\SocketClient.csproj
文件 1866 2010-11-03 09:48 SocketClient\SocketClientForm.cs
文件 8624 2010-11-03 09:46 SocketClient\SocketClientForm.Designer.cs
文件 5814 2010-11-03 09:46 SocketClient\SocketClientForm.resx
文件 6469 2010-11-03 15:31 SocketServer\SocketServer\AsySockets.cs
文件 13824 2017-01-12 11:46 SocketServer\SocketServer\bin\Debug\SocketServer.exe
文件 30208 2017-01-12 11:46 SocketServer\SocketServer\bin\Debug\SocketServer.pdb
文件 11592 2017-01-12 14:05 SocketServer\SocketServer\bin\Debug\SocketServer.vshost.exe
文件 490 2009-06-11 05:14 SocketServer\SocketServer\bin\Debug\SocketServer.vshost.exe.manifest
文件 1660 2017-01-12 14:05 SocketServer\SocketServer\obj\Debug\SocketServer.csproj.FileListAbsolute.txt
文件 858 2017-01-12 11:46 SocketServer\SocketServer\obj\Debug\SocketServer.csproj.GenerateResource.Cache
文件 13824 2017-01-12 11:46 SocketServer\SocketServer\obj\Debug\SocketServer.exe
文件 30208 2017-01-12 11:46 SocketServer\SocketServer\obj\Debug\SocketServer.pdb
............此处省略34个文件信息
- 上一篇:显示鼠标等待光标
- 下一篇:C# pdfdemo itextsharp.dll
相关资源
- 数据同步服务程序源码(附数据库脚
- 疯子ftp上传工具源码传送数据到服务
- 猜数小游戏WCF网络编程技术(附服务
- Socket局域网聊天项目(客户端源码)
- winds服务,发送邮件且禁用违法规则的
- 远控系列软件2(远控服务器端)
- C# 获取系统所有服务信息
- 自定义 AspNet web服务器
- xmpp在线聊天(IM,完整可运行,附服
- windows环境jar包部署到linux服务器,一
- 构建WCF面向服务的应用程序系列课程
- WebSockets客户端消息分发
- Remoting通信例程(附服务器端以及客户
- c# winform FTP连接服务器对文件进行操作
- Tcp通信示例源码(含服务器端以及客
- Restful C# 服务端篇之实现RestFul Servic
- Tcp通信(附服务器端以及客户端)
- NamedPipes-master(附客户端以及服务端)
- QQ C#编写的局域网内的通讯工具QQ
- OPCCLIENT 一个用C#做的OPC客户端例子
- mail POP协议收信
- Debug 非常简单的C#客户端
- TLoveQUI 此聊天软件系统是模拟现今国
- opc C#编程实现的客户端与西门子OPC服
- HIKVideoDriver C#封装海康客户端
- ftp ftp定时自动上传文件到服务器上
- netmeeting 视频会议完整源码
- OPCClient c#写的opc客户端
- TCPFILE C#TCP多线程异步传输 C#开发的服
- RxjhGameServer 热血江湖11.0 服务端游戏端
评论
共有 条评论