搜索资源列表
TCP_SERVERandCLIENT
- 用CSharp实现的TCPIP实用程序,包括TCPServer以及TCPClient程序,可以实现server与client的互通信
TCP同步聊天工具
- 基于同步的TcpClient,在线聊天室.有密聊功能.
TcpClient
- 该程序可以实现局域网内任意两台计算机之间进行文件传输,使用C#实现。-The program can be any LAN file transfer between two computers, use the C# implementation.
TCPClient
- 实现点对点的FTP文件传输的客户端代码,C#编写。可以传输各种类型的文件-The achievement of peer-to-peer file transfer of the FTP client code, C# Prepared. Can transmit all types of documents
EasyChat
- 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括*,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
tcplisenertcpclientchat
- 使用tcplisener和tcpclient的网络通信-tcplisener and tcpclient using the network communication
Socket
- 用的Socket类,System.Net.Socket命名空间还提供了两个抽象高级类TCPClient和UDPClient和用于通讯流处理的NetWorkStream-Use Socket class, System.Net.Socket namespace also provides two high-level abstract classes, and for communications TCPClient and UDPClient stream processing NetWorkS
TcpClient
- tcpClient端通讯程序,可以和tcpserver通讯。-tcpClient programme,commnicate with tcpserver。
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
TCPScoket
- 使用异步Socket方式实现TCP通讯源码 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端-Asynchronous Socket ways to achieve the TCP source the source Asynchronous Socket ways t
TCPClientServer
- source code TCPclient server
chatserver
- c# tcpclient类的网络编程的核心代码,异步聊天软件-c# tcpclient class network programming core code, asynchronous chat software
0709
- tcpclient 和 tcplistener 的使用-tcpclient and tcplistener
Client.TcpClient.vs2005
- Visual client TCP and send/receive
WifiGPSClient
- GPS通过wifi传递,windows下tcpClient获取GPS数据-tcp client get GPS information a tcp server
wiihwith
- TcpListener类与TcpClient类的使用-The use of TcpListener class with the TcpClient class
TcpClient C#
- C#与欧姆龙PLC以太网通讯,简单易懂。(C# and OMRON PLC Ethernet communications)
TcpServerClient
- 包含三个类,TCPServer.cs 这个类是TCP服务端,TCPClient.cs这个类是TCP客户端,TCPServerClient.cs 这个类是服务端连接的客户端对象,自带握手校验功能,异常连接在指定时间内被关闭(Contains three classes, the TCPServer.cs class is a TCP server, the TCPClient.cs class is a TCP client, the TCPServerClient.cs class is con
