.NET HTTP client implementations: examples.
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 26 May 2014 15:12:16 +0000 (17:12 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 26 May 2014 15:12:16 +0000 (17:12 +0200)
commit7ca66e92d12ff02dc2277b55676f3d4840d060ab
tree0bb9f2ad51a8ba7415ca88dd4871ba626910f2e7
parentdd0aa26f5e683929597407984fc44749dfd959bf
.NET HTTP client implementations: examples.

Trying out the .NET HTTP client implementations that I know (ATM)
Allgemeines/HttpClientsExamples/HttpClientsExamples.sln [new file with mode: 0644]
Allgemeines/HttpClientsExamples/HttpClientsExamples/HttpClientsExamples.csproj [new file with mode: 0644]
Allgemeines/HttpClientsExamples/HttpClientsExamples/Program.cs [new file with mode: 0644]
Allgemeines/HttpClientsExamples/HttpClientsExamples/Properties/AssemblyInfo.cs [new file with mode: 0644]
Allgemeines/HttpClientsExamples/HttpClientsExamples/WebClientExample.cs [new file with mode: 0644]