嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# httpclient demo
msdn上的demo,httpclient找了半天才找到的,看看吧对你有帮助的。。
.
├── C# and C
│ ├── HttpClient.sln
│ ├── HttpFilters
│ │ ├── Shared
│ │ │ ├── HttpFilters.Shared.vcxitems
│ │ │ ├── HttpFilters.Shared.vcxitems.filters
│ │ │ ├── HttpMeteredConnectionFilter.cpp
│ │ │ ├── HttpMeteredConnectionFilter.h
│ │ │ ├── HttpRetryFilter.cpp
│ │ │ ├── HttpRetryFilter.h
│ │ │ ├── pch.cpp
│ │ │ └── pch.h
│ │ ├── Windows
│ │ │ └── HttpFilters.Windows.vcxproj
│ │ └── WindowsPhone
│ │ └── HttpFilters.WindowsPhone.vcxproj
│ ├── Server
│ │ ├── RemoveServer.ps1
│ │ ├── SetupServer.ps1
│ │ └── website
│ │ ├── default.aspx
│ │ └── itemlist.xml
│ ├── Shared
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Assets
│ │ │ ├── mediumtile-sdk.png
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── smalltile-Phone-sdk.png
│ │ │ ├── smalltile-Windows-sdk.png
│ │ │ ├── splash-Phone-sdk.png
│ │ │ ├── splash-Windows-sdk.png
│ │ │ ├── squaretile-sdk.png
│ │ │ ├── storelogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── Common
│ │ │ └── SuspensionManager.cs
│ │ ├── Helpers.cs
│ │ ├── HttpClient.Shared.shproj
│ │ ├── HttpJsonContent.cs
│ │ ├── PlugInFilter.cs
│ │ ├── SampleConfiguration.cs
│ │ ├── Scenario10_SetCookie.xaml
│ │ ├── Scenario10_SetCookie.xaml.cs
│ │ ├── Scenario11_DeleteCookie.xaml
│ │ ├── Scenario11_DeleteCookie.xaml.cs
│ │ ├── Scenario12_MeteredConnectionFilter.xaml
│ │ ├── Scenario12_MeteredConnectionFilter.xaml.cs
│ │ ├── Scenario13_RetryFilter.xaml
│ │ ├── Scenario13_RetryFilter.xaml.cs
│ │ ├── Scenario1_GetText.xaml
│ │ ├── Scenario1_GetText.xaml.cs
│ │ ├── Scenario2_GetStream.xaml
│ │ ├── Scenario2_GetStream.xaml.cs
│ │ ├── Scenario3_GetList.xaml
│ │ ├── Scenario3_GetList.xaml.cs
│ │ ├── Scenario4_PostText.xaml
│ │ ├── Scenario4_PostText.xaml.cs
│ │ ├── Scenario5_PostStream.xaml
│ │ ├── Scenario5_PostStream.xaml.cs
│ │ ├── Scenario6_PostMultipart.xaml
│ │ ├── Scenario6_PostMultipart.xaml.cs
│ │ ├── Scenario7_PostStreamWithProgress.xaml
│ │ ├── Scenario7_PostStreamWithProgress.xaml.cs
│ │ ├── Scenario8_PostCustomContent.xaml
│ │ ├── Scenario8_PostCustomContent.xaml.cs
│ │ ├── Scenario9_GetCookie.xaml
│ │ ├── Scenario9_GetCookie.xaml.cs
│ │ ├── Shared.projitems
│ │ └── SlowInputStream.cs
│ ├── Windows
│ │ ├── HttpClient.Windows.csproj
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── Styles
│ │ └── Styles.xaml
│ └── WindowsPhone
│ ├── HttpClient.WindowsPhone.csproj
│ ├── MainPage.xaml
│ ├── MainPage.xaml.cs
│ ├── Package.appxmanifest
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ScenarioList.xaml
│ ├── ScenarioList.xaml.cs
│ └── Styles
│ └── Styles.xaml
├── C# httpclient demo_HttpClientsample(1).zip
├── description
│ ├── 0aac1760-b513-488a-ba57-e31d9413a075Combined.css
│ ├── Brand.css
│ ├── Combined.css
│ ├── Galleries.css
│ ├── Layout.css
│ ├── iframedescription.css
│ └── offline.js
├── description.html
├── license.rtf
└── 自动关机.suo
17 directories, 86 files