搜索资源列表
异步套接字
- 这是c#里的socket编程,里面包括客户端和服务器端两个程序。-This is the c #'s socket programming, including inside the client and server-side two procedures.
异步套接字监听
- 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the client socket connection requ
DataAnalyse
- 利用同步异步套接字及tcplistener监听rs232,tcp,udp等类型端口数据并实现协议解码-use of synchronous and asynchronous socket tcplistener eavesdropping RS232, tcp, udp port types, such as data and achieve agreement Decoders
tongbutuojiezi
- 用C#实现的网络同步套接字编程、异步套接字编程;-achieve synchronization network socket programming, asynchronous socket programming;
EX10-5
- 用C#实现的TCP异步套接字客户端编程。代码齐全-C# achieving TCP client asynchronous socket programming. Complete code
C_Sharp_NetExamples
- C#网络实例 DNS集成服务系统 同步套接字客户端 同步套接字服务器 图书销售 套接字数据库客户端 套接字数据库服务器 学籍管理ASPNET应用程序 学籍管理ASPNET服务 异步套接字客户端 异步套接字服务器 按时收费客户端 文件传输客户端 文件传输服务器 浏览器 邮件发送
C_SERVER_C
- C#套接字 异步套接字服务器,异步套接字客户端 作为项目参考!-C# Socket asynchronous socket server, asynchronous socket client as a project reference!
26.Visual.CSharp.NET.wangluohexinbiancheng
- 包括三方面内容:CSharp网络开发基础知识,基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发,最后包括win32网络组建开发,web数据库基础,win32异步套接字开发、xml web services开发以及一个完整的分布式网络应用程序开发实例。-Includes three aspects: CSharp web development basics, basic server development, based client development,
socket
- socket同步异步通信C# 代码采用MSDN里面官方的例子 不管是同步还是异步套接字,都必须首先建立起socket,这是后面连接的基础-MSDN inside official socket synchronous and asynchronous communication using C# code examples whether synchronous or asynchronous socket must first establish a socket connection
Socket-Communication
- C#中,通过Socket套接字进行异步连接、异步读取和异步发送,并且有异步回调代码-C#, asynchronous connection through Socket socket, asynchronous read and asynchronous transmission, and there is an asynchronous callback code