搜索资源列表
WindowsApplication000
- 通过socket,TCP/IP协议,从WEB服务器(填写网站地址或IP地址)下载网页,保存到指定硬盘空间。-through the socket, TCP / IP, from the Web server (fill in Web addresses, or IP address) to download Web pages, designated to preserve disk space.
TCPsockets02
- SockeT基于TCP/IP的连接并包含多种解码界面调用部分-SockeT based on TCP/IP connectivity and includes multiple codec interface called part
SocketTest
- windows .net C# socket,Tcp测试-windows .net C# oracle
P2P--chat
- 这是一个winForm的socket程序,可以实现点对点的一个聊天功能,包括服务端和一个客户端,使用简单方便,而且包含源代码-This is a WinForm program the socket, you can achieve a point-to-point chat functions, including service client and a client, the use of simple and convenient, but also contains the sourc
TcpIpSocketInC_sharp
- TCP/IP socket in C_sharp
Socket
- Socket通讯示例,C/s结构,TCP/IP协议-Socket Communications example, C/s structure, TCP/IP protocol
TCP_IP_Socket_In_CSharp_Practical_Guide_For_Progr
- TCP/IP socket in C# practical guide.
EasyChat
- 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
AsyncChatInCSharp
- 自己为了学习C#的异步socket编程制作的一个小demo,采用的是TCP的连接方式。-When learning C# asynchronous socket programming, I made this small demo, which uses a TCP-connection.
TCPSocket
- A TCP Chat Application, socket
MenuServer
- 用C#写了个点菜系统的服务端,负责编辑菜单的xml文件,然后上传至手持终端,更新其上的菜单信息。兼具socket功能,接收手持终端传来的客人点的菜单信息。这个代码是半成品,里面有FTP操作的类,socket的Server端,TCP形式,还有XML的解析功能及图片的显示。(VS2005环境C#语言编写)-With C# wrote a la carte system, server, responsible for editing the menu' s xml file and uploa
TCP
- TCP的举例,TCP是Transmission Control Protocol(传输控制协议)的简称,是TCP/IP体系中面向连接的运输层协议,在网络中提供全双工的和可靠的服务。-example for socket in C#
C-Sharpaplc-communication
- 一个C#.NET环境下编写的PLC工业控制通信程序,socket,TCP协议编程,本程序对.NET开发者非常有用-A C#. NET environment to write the PLC Industrial Control Communication Program the socket, the TCP protocol programming Program very useful. NET developers
TCP
- c#下利用socket的tcp客户端向服务器一对一通信-The use of socket tcp client in c# to the server, one-on-one communication
Socket
- TCP协议服务端与客户端通信(包括 同步和异步)-TCP protocol server-side and client communications (including synchronous and asynchronous)
TcpSocketDemo
- c# socket之tcp的简易demo 分割字符串-c# socket tcp simple demo split string
web_service
- 用socket通讯,windows 服务 调用案例 C#开发XML_WebService接口 -socket tcp windows serive
Socket-TCP-COM
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
TCP-SOCKET
- C#采用TCP协议进行socket通信,有server端跟客户端的例子以供学习-C# using TCP socket communication, the server-side and client examples for learning
C# Socket 分包传送数据
- 一款高性能并发tcp服务器,内部带有心跳,分包,粘包,功能,并包含TCP,UDP客户单小例子(A high performance concurrent TCP server with internal heartbeat, sub packet, sticky package, function, and contains TCP, UDP client single small example)