文件名称:PopReceiveDemo
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 75kb
- 下载次数:
- 0次
- 提 供 者:
- 白*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
邮件接收处理
这个例子中只需要编写客户端程序,而不需要编写服务器端程序即可正常运行。我们重点关心的是如何利用同步TCP发送和接收数据。
-Receiving and processing the message only need to write this example client, without the need to write server-side program to work correctly. The focus of our concern is how to use the TCP send and receive data simultaneously.
这个例子中只需要编写客户端程序,而不需要编写服务器端程序即可正常运行。我们重点关心的是如何利用同步TCP发送和接收数据。
-Receiving and processing the message only need to write this example client, without the need to write server-side program to work correctly. The focus of our concern is how to use the TCP send and receive data simultaneously.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PopReceiveDemo\PopReceiveDemo.csproj
..............\PopReceiveDemo.sln
..............\PopReceiveDemo.suo
..............\Program.cs
..............\bin\Debug\PopReceiveDemo.vshost.exe
..............\...\.....\PopReceiveDemo.exe
..............\...\.....\PopReceiveDemo.pdb
..............\obj\PopReceiveDemo.csproj.FileListAbsolute.txt
..............\...\Debug\PopReceiveDemo.Form1.resources
..............\...\.....\PopReceiveDemo.Properties.Resources.resources
..............\...\.....\PopReceiveDemo.csproj.GenerateResource.Cache
..............\...\.....\PopReceiveDemo.pdb
..............\...\.....\PopReceiveDemo.exe
..............\Properties\AssemblyInfo.cs
..............\..........\Resources.Designer.cs
..............\..........\Resources.resx
..............\..........\Settings.Designer.cs
..............\..........\Settings.settings
..............\Form1.Designer.cs
..............\Form1.resx
..............\Form1.cs
..............\ReadMail.cs
..............\MessageEx.cs
..............\MediaType.cs
..............\MailInfo.cs
..............\QuotedPrintableEncoding.cs
..............\obj\Debug\Refactor
..............\...\.....\TempPE
..............\bin\Debug
..............\obj\Debug
..............\bin
..............\obj
..............\Properties
PopReceiveDemo
..............\PopReceiveDemo.sln
..............\PopReceiveDemo.suo
..............\Program.cs
..............\bin\Debug\PopReceiveDemo.vshost.exe
..............\...\.....\PopReceiveDemo.exe
..............\...\.....\PopReceiveDemo.pdb
..............\obj\PopReceiveDemo.csproj.FileListAbsolute.txt
..............\...\Debug\PopReceiveDemo.Form1.resources
..............\...\.....\PopReceiveDemo.Properties.Resources.resources
..............\...\.....\PopReceiveDemo.csproj.GenerateResource.Cache
..............\...\.....\PopReceiveDemo.pdb
..............\...\.....\PopReceiveDemo.exe
..............\Properties\AssemblyInfo.cs
..............\..........\Resources.Designer.cs
..............\..........\Resources.resx
..............\..........\Settings.Designer.cs
..............\..........\Settings.settings
..............\Form1.Designer.cs
..............\Form1.resx
..............\Form1.cs
..............\ReadMail.cs
..............\MessageEx.cs
..............\MediaType.cs
..............\MailInfo.cs
..............\QuotedPrintableEncoding.cs
..............\obj\Debug\Refactor
..............\...\.....\TempPE
..............\bin\Debug
..............\obj\Debug
..............\bin
..............\obj
..............\Properties
PopReceiveDemo