文件名称:Windows8开发系列文章-聊天示例
文件大小:46KB
文件格式:ZIP
更新时间:2015-12-25 09:30:07
win 8 聊天
分为两个应用程序,一个是Windows商店应用程序,另一个是WPF应用程序,模拟基于UDP协议的Socket通信程序。
【文件预览】:
WStoreSocketApp
----WStoreSocketApp.v11.suo(34KB)
----WStoreSocketApp()
--------MainPage.xaml(2KB)
--------Common()
--------Package.appxmanifest(1KB)
--------App.xaml(730B)
--------WStoreSocketApp_TemporaryKey.pfx(2KB)
--------MainPage.xaml.cs(2KB)
--------App.xaml.cs(3KB)
--------WStoreSocketApp.csproj(7KB)
--------Assets()
--------WStoreSocketApp.csproj.user(282B)
--------Properties()
----WStoreSocketApp.sln(3KB)
wpfUDPSocketApp
----wpfUDPSocketApp.sln(963B)
----wpfUDPSocketApp.v11.suo(47KB)
----wpfUDPSocketApp()
--------wpfUDPSocketApp.csproj.user(227B)
--------wpfUDPSocketApp.csproj(4KB)
--------App.xaml(326B)
--------App.xaml.cs(342B)
--------App.config(187B)
--------MainWindow.xaml(2KB)
--------Properties()
--------MainWindow.xaml.cs(2KB)