搜索资源列表
简单的Socket编程实例
- 开发工具:Visual Studio 2005 本程序演示了Socket通信的基本原理,非常适合初学者。程序分为两部分:服务器端与客户端,实际上客户端也可以充当服务器端,本程序两端的区别在于服务器端要发送数据必须要有客户端的连接作为基础,而客户端没有此限制。希望本示例能够给大家学习SOCKET带来帮助。 注意事项: 1.运行程序之前请先设定好服务器端的IP地址,在客户端程序中的设置-》服务器IP设置,可更改为具体服务器的IP地址,否则程序将不能正常运行 2.运行服务器端程序,运行后服务器端会自动
FtpClient.rar
- C#编程实现FTP客户端,socket编程,代码注释详细,C# Programming FTP client, socket programming, code notes in detail
Socket_CHAT
- C#.Net Socket网络聊天室编程实例附教程.实例是一个网络聊天室,分服务端和客户端。实例运行于VS2008,附有讲解教程,详细讲解一些Socket编程的必要知识以及本实例的实现过程,对C#开发的朋友是个福音。-C#. Net Socket Internet chat room attached tutorial programming examples. Example of an online chat room, sub-server and client. Instance run
Socket
- 主要室基础的C#网络编程用到的东西,文章比较详细,希望能够给大家带来帮助-Main Room-based C# Network programming used things, the article in more detail, we hope to be able to help
EasyChat_Client
- Csharp SOCKET编程文档及实例.pdf-Csharp SOCKET programming documents and examples. Pdf
CSharpScanPortCode
- 在Csharp环境下使用raw socket编程和其他的相关的扫描方法。-In C sharp environment using raw socket programming and other related scanning method
Csharp_Socket_Program_ClientandServer
- C#Socket编程,包含客户端和服务端代码-C# Socket programming, including client and server code
socket
- 一些关于C#编程中socket的资料。用于实现C#的协议传输-socket
AsyncChatInCSharp
- 自己为了学习C#的异步socket编程制作的一个小demo,采用的是TCP的连接方式。-When learning C# asynchronous socket programming, I made this small demo, which uses a TCP-connection.
multi-thread-simple-crawler-socket
- 简易多线程网络爬虫基于C#语言socket编程-Simple multi-threaded web crawler socket programming language based on C#
123220663326w3
- SOCKET 编程,实现连接远程的一个TELNET SVR,显示数据-SOCKET
Socket
- 一个典型的C#点对点Socket应用实例,包括服务端和客户端两部分,服务端启动后,监听来自客户端的信息,客户端向服务端发送消息,两者点对点实现对接,众多聊天软件是在此点对点的基础上进行再扩展开发而来,因此掌握基础的点对点编程,对以后从事VS开发将大有好处。-A typical C# example of point-Socket applications, including service and client of two parts, the server starts, the moni
client_server
- SOCKET编程文档及实例含有客户端和服务器端源码-SOCKET programming documentation, and examples contain the client and server-side source code
xiaoyangIM
- 欢迎大家使用该简单的通信软件,下边简单介绍下下: 适用范围: 非常适合初学者学习使用。(Socket编程) 实现的功能: (1)用户注册 (2)添加好友 (3)跟好友聊天 (4)在线用户管理 (5)服务器日志管理 -Welcome to use the simple communication software, a brief introduction below under the following: Application: Ideal f
multiSocket
- Socket编程 多线程程序 服务器与客户端程序-Socket programming multi-threaded application server and the client program
Socket-programming
- socket编程,服务器可以连接多个客户端,一定要注意IP的设置。-socket programming, the server can connect multiple clients, we must pay attention to IP settings.
socket
- 实现了http和https两个应用层协议的socket编程源码-Realized http and https two application layer protocol socket programming source
C#与Android-Socket通信
- C#电脑端输入电话号码,Android手机自动拨打(The computer input the phone number, the phone automatically dial)
SocketDemo
- 介绍了Socket编程,异步的方式创建服务端和客户端(The Socket programming is introduced and the service end and client are created asynchronously)
socket编程服务器端
- socket编程服务器端,打开可用于远程连接,通过tcp协议进行通讯