文件名称:UdpChatSync
- 所属分类:
- Internet/网络编程
- 资源属性:
- 上传时间:
- 2018-04-02
- 文件大小:
- 39kb
- 下载次数:
- 0次
- 提 供 者:
- 白菜***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
UDP编程有两种技术,一种是直接使用Socket类,另一种是使用UdpClient类。UdpClient类对基础Socket进行了封装。
与TCP有TcpListener类和TcpClient类不同,UDP只有UdpClient类。
有两种建立远程主机的方式:1.使用远程主机名和端口号来创建;2.先创建不带参数的UdpClient实例,再调用Connect方法。
构造函数:UdpClient()、UdpClient(int port)、UdpClient(IPEndPoint localEp)、UdpClient(string remoteHost,int port)(There are two kinds of technologies in UDP programming. One is to use Socket class directly, the other is to use UdpClient class. The UdpClient class encapsulates the underlying Socket.
Unlike TCP, there are TcpListener classes and TcpClient classes. UDP has only UdpClient class.
There are two ways to build a remote host: 1. use a remote host name and port number to create; 2. first create a UdpClient instance without parameter, and then call the Connect method.
Constructors: UdpClient (), UdpClient (int port), UdpClient (IPEndPoint localEp), UdpClient (string remoteHost, int int).)
与TCP有TcpListener类和TcpClient类不同,UDP只有UdpClient类。
有两种建立远程主机的方式:1.使用远程主机名和端口号来创建;2.先创建不带参数的UdpClient实例,再调用Connect方法。
构造函数:UdpClient()、UdpClient(int port)、UdpClient(IPEndPoint localEp)、UdpClient(string remoteHost,int port)(There are two kinds of technologies in UDP programming. One is to use Socket class directly, the other is to use UdpClient class. The UdpClient class encapsulates the underlying Socket.
Unlike TCP, there are TcpListener classes and TcpClient classes. UDP has only UdpClient class.
There are two ways to build a remote host: 1. use a remote host name and port number to create; 2. first create a UdpClient instance without parameter, and then call the Connect method.
Constructors: UdpClient (), UdpClient (int port), UdpClient (IPEndPoint localEp), UdpClient (string remoteHost, int int).)
相关搜索: udp编程
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
UdpChatSync | 0 | 2018-01-25 |
UdpChatSync\UdpChatSync | 0 | 2018-01-25 |
UdpChatSync\UdpChatSync.sln | 922 | 2008-12-20 |
UdpChatSync\UdpChatSync.suo | 11776 | 2008-12-20 |
UdpChatSync\UdpChatSync\bin | 0 | 2018-01-25 |
UdpChatSync\UdpChatSync\bin\Debug | 0 | 2018-01-25 |
UdpChatSync\UdpChatSync\bin\Debug\UdpChatSync.exe | 24576 | 2008-12-20 |
UdpChatSync\UdpChatSync\bin\Debug\UdpChatSync.pdb | 26112 | 2008-12-20 |
UdpChatSync\UdpChatSync\bin\Debug\UdpChatSync.vshost.exe | 5632 | 2005-11-11 |
UdpChatSync\UdpChatSync\Form1.cs | 4043 | 2008-12-20 |
UdpChatSync\UdpChatSync\Form1.Designer.cs | 5378 | 2008-12-20 |
UdpChatSync\UdpChatSync\Form1.resx | 5814 | 2008-12-20 |
UdpChatSync\UdpChatSync\obj | 0 | 2018-01-25 |
UdpChatSync\UdpChatSync\obj\Debug | 0 | 2018-01-25 |
UdpChatSync\UdpChatSync\obj\Debug\Refactor | 0 | 2008-12-20 |
UdpChatSync\UdpChatSync\obj\Debug\TempPE | 0 | 2008-12-20 |
UdpChatSync\UdpChatSync\obj\Debug\UdpChatSync.csproj.GenerateResource.Cache | 842 | 2008-12-20 |
UdpChatSync\UdpChatSync\obj\Debug\UdpChatSync.exe | 24576 | 2008-12-20 |
UdpChatSync\UdpChatSync\obj\Debug\UdpChatSync.frmChat.resources | 180 | 2008-12-20 |
UdpChatSync\UdpChatSync\obj\Debug\UdpChatSync.pdb | 26112 | 2008-12-20 |
UdpChatSync\UdpChatSync\obj\Debug\UdpChatSync.Properties.Resources.resources | 180 | 2008-12-20 |
UdpChatSync\UdpChatSync\obj\UdpChatSync.csproj.FileListAbsolute.txt | 706 | 2008-12-20 |
UdpChatSync\UdpChatSync\Program.cs | 472 | 2008-12-20 |
UdpChatSync\UdpChatSync\Properties | 0 | 2018-01-25 |
UdpChatSync\UdpChatSync\Properties\AssemblyInfo.cs | 1178 | 2008-12-20 |
UdpChatSync\UdpChatSync\Properties\Resources.Designer.cs | 2878 | 2008-12-20 |
UdpChatSync\UdpChatSync\Properties\Resources.resx | 5612 | 2008-12-20 |
UdpChatSync\UdpChatSync\Properties\Settings.Designer.cs | 1096 | 2008-12-20 |
UdpChatSync\UdpChatSync\Properties\Settings.settings | 249 | 2008-12-20 |
UdpChatSync\UdpChatSync\UdpChatSync.csproj | 3229 | 2008-12-20 |