THRIFT-160. csharp: Created THttpTransport for the C# library based on WebHttpRequest
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 24 Jun 2010 20:34:34 +0000 (20:34 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 24 Jun 2010 20:34:34 +0000 (20:34 +0000)
commit623594749c76f65bf964a5dc517128f207d25b42
tree2a71297aae11f3b681fa10c215f060dcf6596566
parent162b3ac6465d598e834609c8fae5b341f8e941d8
THRIFT-160. csharp: Created THttpTransport for the C# library based on WebHttpRequest

This patch adds a new THttpTransport to the C# library and adds some related changes to the Makefile and csproj.

Patch: Michael Greene and Todd Gardner

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@957708 13f79535-47bb-0310-9956-ffa450edef68
lib/csharp/Makefile.am
lib/csharp/src/Thrift.csproj
lib/csharp/src/Transport/THttpClient.cs [new file with mode: 0644]
test/csharp/ThriftTest/TestClient.cs