联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络编程(319) 
按平台查找All C#(319) 

[网络编程] SharpSocket_2.8.1_Trial

C#里边要实现Socket网络编程,实现tcp和udp协议收发任意的数据,比如二进制的图片、音频、视频等数据,或者是xml,json,字符串等文本数据。我们可以采用.NET自带的类库编写,但是由于这些类库只是基础的设施,需要自行处理比如断线重连、网络波动、tcp粘包等等问题,并且还要考虑稳定性和吞吐等因素,所以可以调用一些类库。 这里介绍一个比较稳定可靠,又接口简单的sdk类库。名字叫SharpSocket。附件就是一个完整的例子,可以快速知道如何使用。
C# implements socket network programming, TCP and UDP protocols to send and receive arbitrary data, such as binary images, audio, video and other data, or xml, json, string and other text data. We can write class libraries with. NET, but because these class libraries are only basic facilities, they need to deal with such problems as disconnection, network fluctuation, TCP sticking and so on, and also consider stability and throughput, so we can call some class libraries. This paper introduces a relatively stable and reliable SDK class library with simple interface. The name is SharpSocket. Attachments are a complete example of how to use them quickly. (2019-03-06, C#, 9385KB, 下载23次)

http://www.pudn.com/Download/item/id/1551882926278921.html

[网络编程] SanNiuSignalDemo

SanNiuSignal是一个基于异步socket的完全免费DLL;它里面封装了Client,Server以及UDP;有了这个DLL;用户不用去关心心跳;粘包 ;组包;发送文件等繁琐的事情,这个是DEMO软件。
SanNiuSignal is a completely free DLL based on asynchronous socket; it encapsulates Client, Server, and UDP; with this DLL; users don't have to care for heartbeat; sticky packets; packets; sending files and other tedious things. (2018-05-01, C#, 271KB, 下载6次)

http://www.pudn.com/Download/item/id/1525153860587194.html

[网络编程] Ice

Ice 是一种针对客户端和服务器进行通信的面向对象的中间件平台。Ice 为构建面向对象的客户-服务器应用提供了工具、API 和库支持。客户和服务器通信双方可以用不同的编程语言编写,目前最新的版本支持的语言包括C++,.NET,Java,Python,Objective-C,Ruby,PHP and ActionScript。客户和服务器可以分别部署,可以运行在不同的操作系统和机器架构上。
Ice is an object-oriented middleware platform for communication between the client and the server. Ice provides tools, API, and library support for building object-oriented client server applications. Client and server communication can be written in different programming languages. The latest version supports languages including C++,.NET, Java, Python, Objective-C, Ruby, PHP and ActionScript. The client and server can be deployed separately and can run on different operating systems and machine architectures. (2018-01-13, C#, 5054KB, 下载1次)

http://www.pudn.com/Download/item/id/1515811567316533.html

[网络编程] mirrors-hp-socket-master

HP-Socket 是一套通用的高性能 TCP/UDP/HTTP 通信框架,包含服务端组件、客户端组件和Agent组件,广泛适用于各种不同应用场景的 TCP/UDP/HTTP 通信系统,提供 C/C++、C#、Delphi、E(易语言)、Java、Python 等编程语言接口。HP-Socket 对通信层实现完全封装,应用程序不必关注通信层的任何细节;HP-Socket 提供基于事件通知模型的 API 接口,能非常简单高效地整合到新旧应用程序中。
HP-Socket is a general-purpose high performance TCP/UDP/HTTP communication framework, including server and client components and Agent components, TCP/UDP/HTTP communication systems are widely used in various application scenarios, C/C++, C#, Delphi, E (Yi Yuyan), Java, Python programming language interface. HP-Socket on the communication layer to achieve complete package, the application does not need to pay attention to any details of the communication layer; HP-Socket provides API interface event notification model based on very simple and efficient integration to the old application. (2017-09-07, C#, 93779KB, 下载9次)

http://www.pudn.com/Download/item/id/1504797749647727.html

[网络编程] CSharp-Socket

C# socket实现UDP/TCP通讯,有测试源码
C# socket to realize TCP/UDP communication, have a test source code (2016-07-27, C#, 10772KB, 下载127次)

http://www.pudn.com/Download/item/id/1469586889200654.html

[网络编程] ChatTest

网络编程最主要的工作就是在发送端把信息通过规定好的协议进行组装包,在接收端按照规定好的协议把包进行解析,从而提取出对应的信息,达到通信的目的!中间最主要的就是数据包的组装,数据包的过滤,数据包的捕获,数据包的分析,当然最后再做一些处理!
The main job is to network programming in the sender information by specifying the good agreement assembled package, good agreement in accordance with the relevant provisions on the receiving end the packet parsing, so as to extract the corresponding information, achieve the purpose of communication.Among the most main is packet assembly, packet filtering, data packet capture, packet analysis, and then do some processing of course! (2015-05-30, C#, 42KB, 下载3次)

http://www.pudn.com/Download/item/id/1432983900872743.html

[网络编程] TcpChatter

C# TcpChatter源码包 - 基于Socket的聊天程序,相关说明:1) \TcpChatter\TcpChatter Tcp聊天程序源代码ChatClient 客户端程序   ChatServer 服务端程序   CHTCommon 公共程序集 封装了 TcpChatter 自定义通信协议   2) 编程工具 VS2008,语言 C#   3) Bin   ChatClient.exe、ChatServer.exe 、CHTCommon.dll程序集默认编译路径   4) Help\Resources图标及帮助资源
C# TcpChatter source package- Socket-based chat program, instructions: 1) \ TcpChatter \ TcpChatter Tcp chat program source code ChatClient client program ChatServer server program CHTCommon public assembly encapsulates TcpChatter custom communication protocol 2) programming tool VS2008, C# language 3) Bin ChatClient.exe, ChatServer.exe, CHTCommon.dll assemblies default compiler path 4) Help \ Resources icon and Help Resources (2014-04-08, C#, 183KB, 下载8次)

http://www.pudn.com/Download/item/id/2505294.html

[网络编程] CSharp

有关于C#TCP通信的源代码讲解,初步了解Socket编程流程,时钟控制、UTC时间转换
Source code in C# TCP communication to explain a preliminary understanding of socket programming process, clock control, UTC time conversion (2012-06-15, C#, 128KB, 下载13次)

http://www.pudn.com/Download/item/id/1913985.html

[网络编程] SocketDemo

一款不错c#编写的socket异步通讯demo级程序。通过该程序你能学习到 1.多层架构编程方式 2.如何异步处理socket通讯 3.对互斥资源的良好处理 该程序暂时只提供了单客户端的处理示例,稍加修改就能马上拓展为多客户端处理。程序需要.net3.5支持 有任何技术上的问题都可以留言本人解决 大家有好的建议或方法也能提出一起分享
Write a good c# socket demo level asynchronous communications program. Through this program you can learn to 1 multi-layer structure programmatically 2 How to handle asynchronous socket communication 3 a good deal of exclusive resources The program is only available for a single client processing example, you can immediately expand slightly modified for multi-client processing. Program needs. Net3.5 support Have any technical problems can I solve the message We have a good method to make suggestions or share (2012-01-26, C#, 191KB, 下载6次)

http://www.pudn.com/Download/item/id/1760910.html

[网络编程] cSharp-TCP-Server

主要用于C#针对TCP/IP协议的网口通讯功能 以PC机作为服务器
Mainly used in C# for TCP/IP protocol communication network interface to PC, as the server (2011-04-21, C#, 117KB, 下载520次)

http://www.pudn.com/Download/item/id/1500565.html

[网络编程] caiquan

划拳游戏 使用vs2008 平台尽兴开发,主要使用C#编程语言,使用网络TCP传送数据,主要是Socket传送接受数据 CaiQuanGameServer/CaiQuanGameClient分别为服务端和客户端,默认端口号8888。本地IP; 数据库采用的是Access
Finger Guessing Game game platforms have fun using the vs2008 development, primarily using C# programming language, TCP uses the network to transmit data, receive data transmitted mainly Socket CaiQuanGameServer/CaiQuanGameClient respectively server and client, the default port number 8888. Local IP database is used by Access (2010-04-24, C#, 2238KB, 下载18次)

http://www.pudn.com/Download/item/id/1141363.html

[网络编程] YiZhong

改写好的基于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 (2009-07-10, C#, 57KB, 下载81次)

http://www.pudn.com/Download/item/id/839639.html

[网络编程] CSharpforChatting

C#聊天室其中使用了socket编程 实现了文件传输群聊,组聊等功能,是学习SOCKET的基础教程。 飞鸽
C# chat rooms in which the socket programming using the file transfer a group chat, group chat and other functions, is the basis of learning tutorial SOCKET. Dove (2009-05-16, C#, 263KB, 下载132次)

http://www.pudn.com/Download/item/id/762950.html

[网络编程] cshapentryCourseware

c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.ppt 第13章 SMTP与POP3协议开发.ppt 第14章 图形图像与多媒体编程.ppt 第15章 基于组件的开发技术.ppt 第16章 XML Web Service开发.ppt 第17章 网络安全.ppt
c# Chapter 01 Introduction to Software section C#. NET Overview. ppt No. 02 Chapter C# data types. ppt No. 03 Chapter C# statement. ppt first Chapter 04 categories. ppt first Chapter 05 inheritance, polymorphism, entrusted with the incident. ppt No. Chapter 06 Design and control form. ppt chapter 07 and ADO.NET data manipulation. ppt No. 08 Chapter ASP.NET Web application development. ppt Chapter No. 09 socket programming and network protocols. ppt Chapter 10 TCP protocol development. ppt Chapter 11 UDP protocol development. ppt Chapter 12 FTP protocol development. ppt of chapter 13 of SMTP and POP3 protocol development. ppt Chapter 14 graphic images and multimedia programming. ppt of chapter 15 of the development of component-based technology. ppt article Chapter 16 XML Web Service Development. ppt of chapter 17 of Network Security. ppt (2009-04-15, C#, 1671KB, 下载308次)

http://www.pudn.com/Download/item/id/717394.html

[网络编程] FTPClient

ftp 类 包括ftp 的文件上传,下载,新建、删除、修改目录,支持单个、或多个匿名文件,全部socket编程,速度很好
ftp category including ftp file upload, download, create, delete, modify the directory to support a single, or more anonymous document, all socket programming, the speed is good (2009-03-18, C#, 5KB, 下载1159次)

http://www.pudn.com/Download/item/id/677985.html

[网络编程] ArpSender

ArpSender是C#写的ARP发包器,写的初衷是想试下什么样的ARP包才会引起ARP攻击,构造一些包可能会导致别人上不了网。至于包怎么填,发挥大家的想象吧,嘿嘿。 ArpSender用了SharpPcap这个开源API,有兴趣的到网上查下,用起来挺简单的。编程过程中最大的问题就是线程的问题。发包的代码中用了BackgroundWorker控件,因为参数只能传一个,并且线程是不允许直接调用主窗口控件,后来用了一个结构体struct ArpPac来传,感觉还是很麻烦啊!不过还好在BackgroundWorker的RunWorkerCompleted可以直接操作主窗口控件了,能把结果显示到主窗口上。 在编写获取IP的MAC地址部分,一开始还是用BackgroundWorker,在获取存在的IP地址MAC时可以正常工作,可是当IP不存在是,DOWORK方法一直没结束。因为里面一个Resolve方法一直没返回,也没超时设定,线程就一直卡在那不动了。也不知道该怎么结束这个线程。于是改用了Thread,传参数用了个object数组,嘿嘿,所有参数都封起来。到了那边再解封,很好用。后来才发现,线程是没有返回值的。。又不能直接操作窗体控件。。没办法,只好设个全局变量来保存结果了。获取MAC部分还用了个Timer控件,1秒钟如果还没得到返回的MAC,直接结束该线程。。。
ArpSender Writing C# are the ARP contract, and written under the original intent was to want to test what kind of ARP packets that would arouse the ARP attacks, construction of some packets may lead to others not on Net. As for how to fill package, everyone s imagination to play it, ArpSender spent SharpPcap this open source API, there is interest in online search, the very simple to use. Programming process is the biggest problem the question thread. Contract code used BackgroundWorker control, because the parameters can only be a mass, and threads are not allowed to directly call the main window controls, and later used a structure struct ArpPac to mass, I feel still very troublesome ah! Fortunately, however RunWorkerCompleted at BackgroundWorker can directly operate the main window controls, and the results can show up to the main window. In the preparation of access to IP-MAC address of the beginning or use BackgroundWorker, exist in access to the IP address of MAC c (2009-03-09, C#, 200KB, 下载36次)

http://www.pudn.com/Download/item/id/666451.html

[网络编程] flymsg

c#实现的一款即时通信小程序,利用socket封装的udp协议实现,是初学者学习socket编程的很好的源代码。功能比较简单,还有许多可以完善的地方
c# achieved a small instant messaging program, using socket protocol udp package is for beginners to learn the good socket programming source code. Function is relatively simple, there are many good local (2007-11-22, C#, 82KB, 下载131次)

http://www.pudn.com/Download/item/id/363109.html

[网络编程] AsyncSocketServerandClient

异步传输 socket编程,主要说明服务器和客户端通信
ATM socket programming, focusing mainly on server and client communication (2007-05-04, C#, 146KB, 下载415次)

http://www.pudn.com/Download/item/id/276648.html

[网络编程] WinApp_server

winsocket编程 服务器端程序 当服务器端的网络监听功能打开后,便处于实时的监听状态,可即时监听到用户通过socket发来的信息并进行相应的处理,可同时接受多个用户同时连接,并开启多个处理线程。
winsocket programming process server when the server side of the open network monitoring functions, it is a real-time status monitoring, immediately listening to the user through the socket to the information and the corresponding treatment can also accept multiple users simultaneous connections, and open more of threads. (2006-01-19, C#, 250KB, 下载120次)

http://www.pudn.com/Download/item/id/142123.html
总计:319