搜索资源列表
-
1下载:
Full Multi-thread Client or Server Socket Class with ThreadPool,Full Multi-thread Client or Server Socket Class with ThreadPool
-
-
0下载:
C# SOCKET编程,异步通讯方式,提供客户端和服务端。,C# SOCKET programming, asynchronous means of communication to provide client and server.
-
-
0下载:
C#+SOCKET编程文档及实例(含有客户端和服务器端),简单客户端和服务器端的交互和客户端和客户端的聊天。-C#+ SOCKET programming documentation and examples (with the client and server), a simple client and server interaction and client and chat client
-
-
0下载:
第一步:用指定的端口号和服务器的ip建立一个EndPoint对像;
第二步:建立一个Socket对像;
第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求;
第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息;
第五步:用socket对像的Receive()方法接受服务器发来的信息
第六步:通信结束后一定记得关闭socket;
-Step one: us
-
-
0下载:
Csharp的基于Socket的聊天室源程序,包括客户端及服务器端程序源代码-CSharp Socket-based chat room source code, including client and server-side source code
-
-
0下载:
本案例是一个网络聊天工具的实现,提供了基本的聊天的功能,通过此例能学习到如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识-This case is a network chat tool, providing the basic chat functions, through this case study into how to set up Socket server and client procedures and processes regarding m
-
-
0下载:
CSharp编写的FTP客户端程序,使用socket编程-FTP client source code using CSharp
-
-
0下载:
CSharp实现的基于SMTP协议和socket编程的邮件发送客户端-CSharp achieved SMTP protocol and socket-based programming of the e-mail client
-
-
0下载:
Socket服务器客户端模型通信 服务器客户端模型通信-Socket client server model of communication
-
-
0下载:
用C#语言实现网络答题系统,服务器端出题,客户端答题,帮助理解tcp的传送过程,理解socket的使用方法-Using C# language questions network systems, servers bring out questions, answer the client to help understand the transmission process tcp, understanding the use of socket
-
-
1下载:
客户端与服务端通讯,其中涉及到多线程及对线程的处理、委托-Client and server communications, which involves multi-threaded and thread handling, commissioned
-
-
0下载:
支持多线程的socket C# ,包括exe文件
先运行server,输入ip端口号,再运行
client,输入server IP 端口号-socket program ,C# ,multi threads
-
-
0下载:
基于C#网络通信编程,SOCKET客户端与服务端通信协议的程序连接测试,IPADDRESS类使用。-Network communication based on C# programming, SOCKET client and server communication protocols to connect test, IPADDRESS class to use.
-
-
0下载:
game 24 with c# is number go to +, -, *, /, sum is 24 have server and client connect by socket TCP. -game 24 with c# is number go to+,-,*, /, sum is 24 have server and client connect by socket TCP.
-
-
0下载:
一个利用C#编写的Socket通信实例,包含服务器端可客户端源代码。-One written in C# using an instance of Socket Communications, including server-side to client-side source code.
-
-
0下载:
Socket客户端和服务端程序,用来演示Socket编程的技巧和方法-Socket client and server programs are included to demonstrate the skills and methods of Socket programming
-
-
0下载:
this program is a client server chat system based on socket programming and it shows how a server can send some code to client for processing and receive output from client , it is a sample of running remote code
-
-
0下载:
C#实现多线程网络通讯
整个系统由三个核心线程组成,并由.NET线程池统一管理:
侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包
数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
-
-
0下载:
Socket Programming, FTP Client source
-
-
0下载:
connect betaween socket and client
-