資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Net;
using?System.Net.Sockets;
using?System.Threading;
namespace?UDP通信程序
{
????public?partial?class?UDPserverForm?:?Form
????{
????????private?UdpClient?udpserver;//UDP服務器
????????private?Thread?udpListenThread;//UDP監聽線程
????????private?IPEndPoint?remoteIpAndPort;//遠程IP地址和端口
????????private?delegate?void?displayMessageDelegate();//委托
????????
????????
????????public?UDPserverForm()
????????{
????????????InitializeComponent();????????????
????????????udpListenThread?=?new?Thread(new?ThreadStart(udpListen));//創建監聽線程
????????????udpListenThread.IsBackground?=?true;//設為后臺
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-12-17?09:22??UDP通信程序\
?????文件???????51712??2012-12-10?17:48??UDP通信程序\UDP.vsd
?????目錄???????????0??2012-12-10?12:36??UDP通信程序\UDP通信程序\
?????文件???????10342??2012-12-13?09:10??UDP通信程序\UDP通信程序\Form1.Designer.cs
?????文件????????6923??2012-12-13?09:35??UDP通信程序\UDP通信程序\Form1.cs
?????文件????????5817??2012-12-13?09:10??UDP通信程序\UDP通信程序\Form1.resx
?????文件?????????504??2012-12-10?13:02??UDP通信程序\UDP通信程序\Program.cs
?????目錄???????????0??2012-12-07?15:25??UDP通信程序\UDP通信程序\Properties\
?????文件????????1362??2012-12-07?15:25??UDP通信程序\UDP通信程序\Properties\AssemblyInfo.cs
?????文件????????2868??2012-12-10?17:26??UDP通信程序\UDP通信程序\Properties\Resources.Designer.cs
?????文件????????5612??2012-12-07?15:25??UDP通信程序\UDP通信程序\Properties\Resources.resx
?????文件????????1113??2012-12-10?17:26??UDP通信程序\UDP通信程序\Properties\Settings.Designer.cs
?????文件?????????249??2012-12-07?15:25??UDP通信程序\UDP通信程序\Properties\Settings.settings
?????文件????????5816??2012-12-10?17:26??UDP通信程序\UDP通信程序\UDP通信程序.csproj
?????文件?????????452??2012-12-10?12:22??UDP通信程序\UDP通信程序\UDP通信程序.csproj.user
?????文件?????????117??2012-12-10?17:26??UDP通信程序\UDP通信程序\app.config
?????目錄???????????0??2012-12-10?12:36??UDP通信程序\UDP通信程序\bin\
?????目錄???????????0??2012-12-13?09:35??UDP通信程序\UDP通信程序\bin\Debug\
?????文件????????1656??2012-12-13?09:35??UDP通信程序\UDP通信程序\bin\Debug\UDP通信程序.application
?????文件???????13312??2012-12-13?09:35??UDP通信程序\UDP通信程序\bin\Debug\UDP通信程序.exe
?????文件?????????117??2012-12-10?17:26??UDP通信程序\UDP通信程序\bin\Debug\UDP通信程序.exe.config
?????文件????????4013??2012-12-13?09:35??UDP通信程序\UDP通信程序\bin\Debug\UDP通信程序.exe.manifest
?????文件???????26112??2012-12-13?09:35??UDP通信程序\UDP通信程序\bin\Debug\UDP通信程序.pdb
?????文件????????1656??2012-12-13?09:34??UDP通信程序\UDP通信程序\bin\Debug\UDP通信程序.vshost.application
?????文件???????11608??2012-12-13?09:35??UDP通信程序\UDP通信程序\bin\Debug\UDP通信程序.vshost.exe
?????文件?????????117??2012-12-10?17:26??UDP通信程序\UDP通信程序\bin\Debug\UDP通信程序.vshost.exe.config
?????文件????????4013??2012-12-13?09:34??UDP通信程序\UDP通信程序\bin\Debug\UDP通信程序.vshost.exe.manifest
?????目錄???????????0??2013-02-05?17:05??UDP通信程序\UDP通信程序\bin\Release\
?????目錄???????????0??2012-12-07?15:25??UDP通信程序\UDP通信程序\obj\
?????目錄???????????0??2012-12-07?15:25??UDP通信程序\UDP通信程序\obj\x86\
?????目錄???????????0??2012-12-13?09:35??UDP通信程序\UDP通信程序\obj\x86\Debug\
............此處省略15個文件信息
- 上一篇:c# 串口通訊
- 下一篇:asp.net kindeditor 編輯器 入門級
評論
共有 條評論