Description: Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks. Platform: |
Size: 110592 |
Author:王小文 |
Hits:
Description: 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain. Platform: |
Size: 3072 |
Author:开远 |
Hits:
Description: 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and data reception capabilities to achieve communication between the computer map on the left ... This paper shows the use of a threaded to receive user information and communications network monitor port services. Platform: |
Size: 68608 |
Author:李斌 |
Hits:
Description: 通过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. Platform: |
Size: 25600 |
Author:张原 |
Hits:
Description: tcp的socket通讯的简单例子,希望大家可以借鉴-tcp the socket communication simple example, I hope everyone can learn from Platform: |
Size: 49152 |
Author:suidl |
Hits:
Description: 一个用cSharp编写的聊天室,不算完善,客户端需要硬编码服务端的地址-CSharp prepared using a chat room, which is not perfect, the client needs of hard-coded server address Platform: |
Size: 1354752 |
Author:李亚明 |
Hits:
Description: 一个经典的网络通信示例,基于Tcp/Ip的socket通信,编写环境为c#.net2005-A classic example of network communication, based on Tcp/Ip for socket communications, the preparation of the environment for the c#. Net2005 Platform: |
Size: 4829184 |
Author:高会新 |
Hits:
Description: 改写好的基于TCP协议的SOCKET编程,包括发送和接收端源码。可用来编写远程文件传输。TCP比UPD麻烦,可以参考一下-Rewritten based on the TCP protocol good SOCKET programming, including the source code for sending and receiving end. Can be used to prepare the remote file transfer. UPD trouble than TCP, you can refer to Platform: |
Size: 58368 |
Author:陈亮 |
Hits:
Description: 用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 Platform: |
Size: 56320 |
Author:laga |
Hits:
Description: C# SOCKET编程,异步通讯方式,提供客户端和服务端。-C# SOCKET programming, asynchronous means of communication to provide client and server. Platform: |
Size: 209920 |
Author:李云阁 |
Hits:
Description: 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. Platform: |
Size: 84992 |
Author:pokamon |
Hits:
Description: 这是个基于C#语言实现的Socket通讯,分客户端和服务器端,能进行TCP通讯-This is based on C# language of the Socket Communications, sub-client and server side, capable of TCP communication Platform: |
Size: 81920 |
Author:徐康 |
Hits: