Welcome![Sign In][Sign Up]
Location:
Search - CSharp tcp socket

Search list

[WinSock-NDISTCP-SOCKET-Chat-Room-Source

Description: 一个用cSharp编写的聊天室,不算完善,客户端需要硬编码服务端的地址
Platform: | Size: 876213 | Author: 李亚明 | Hits:

[TCP/IP stackJBSocketServerTestSource

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:

[Internet-Network用CSharp实现基于TCP协议的网络通讯

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:

[CSharp同步套接字监听

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:

[CSharpWindowsApplication000

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:

[xml-soap-webserviceWTcpSrv

Description: TCP/IP socket Server,can open xml file and sends the data to all clients
Platform: | Size: 331776 | Author: frank | Hits:

[CSharpSocket

Description: 用C#实现的网络TCPIP通讯例子,带反馈-With C# Achieve TCPIP communication network example, with feedback
Platform: | Size: 49152 | Author: | Hits:

[Internet-NetworkWin_Talk

Description: 聊天小程序,供参考!Socket就是套接字,它是网络编程中最常用遇到的概念和工具。在TCP/IP网络中,传送和接收数据就会经常使用到Socket,由于使用Socket能够在网络上处理复杂数据,所以在各种网络应用程序中,涉及到数据传送和接收,一般都会使用Socket,可见要掌握网络编程,精通Socket是非常重要。由于Socket本身的复杂性,决定了掌握它是比较困难的。Visual C#是微软公司推荐的开发.Net平台应用程序的主要语言,随着.Net的深入人心,目前很多有远见的公司都把以前的软件转向了.Net平台。掌握网络编程始终是学习一种开发语言的重点,这一点对于Visual C#也同样如此。Visual C#实现网络功能其关键也是掌握托管Socket的使用方法。本文就来详细介绍Visual C#中利用托管Socket实现网络数据传送和接收的实现方法及其注意事项。-err
Platform: | Size: 33792 | Author: 白杨 | Hits:

[Internet-Networktcp-socket

Description: tcp的socket通讯的简单例子,希望大家可以借鉴-tcp the socket communication simple example, I hope everyone can learn from
Platform: | Size: 49152 | Author: suidl | Hits:

[Internet-NetworkTCP-SOCKET-Chat-Room-Source

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:

[TCP/IP stackicancu

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:

[TCP/IP stackYiZhong

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:

[TCP/IP stackSocket

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:

[TCP/IP stackSimpleMesse

Description: 实现车载数据的接受和发送 使用TCP Socket-Achieve the vehicle to receive and send data using TCP Socket
Platform: | Size: 385024 | Author: 禹琦 | Hits:

[Internet-NetworkAsyTcpSocketTestDemo

Description: C# SOCKET编程,异步通讯方式,提供客户端和服务端。-C# SOCKET programming, asynchronous means of communication to provide client and server.
Platform: | Size: 209920 | Author: 李云阁 | Hits:

[TCP/IP stackgame24

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:

[TCP/IP stackTcp

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:

[Othertcp-ip-sockets-in-cSharp

Description: c#下tcp/ip sockets的详细原理及应用。 主要内容有: socket的原理介绍 收发消息 阻塞、线程等。-TCP/IPSocketsinC# Practical Guide for Programmers Contents: 4 Beyond the Basics 4.1 Nonblocking I/O 4.2 Multiplexing 4.3 Threads 4.4 Asynchronous I/O 4.5 Multiple Recipients 4.6 Closing Connections 4.7 Wrapping Up 4.8 Exercises 5 Under the Hood 5.1 Buffering and TCP 5.2 Buffer Deadlock 5.3 Performance Implications 5.4 TCP Socket Life Cycle 5.5 Demultiplexing Demystified 5.6 Exercises
Platform: | Size: 1604608 | Author: grace | Hits:

[Compress-Decompress algrithmsTCP-socket-CSharp

Description: TCP socket通讯实例 这是一个有客户端和服务器端的多人即时通讯软件-TCP socket communication example
Platform: | Size: 92160 | Author: hua | Hits:

[Communicationcsharp-tcp-modbus

Description: csharp tcp modbus 以太网通信方法 socket networkstream server client -csharp tcp modbus socket networkstream server client
Platform: | Size: 338944 | Author: lianlian | Hits:
« 12 3 »

CodeBus www.codebus.net