THRIFT-1901 C#: Support for Multiplexing Services on any Transport, Protocol and...
authorJens Geyer <jensg@apache.org>
Wed, 8 May 2013 16:46:57 +0000 (18:46 +0200)
committerJens Geyer <jensg@apache.org>
Wed, 8 May 2013 16:46:57 +0000 (18:46 +0200)
commit7203424e96146e03e770bae7809d9e03cbecdcfc
tree89d41eba1330211c14acb45d8e6acc2f33160c98
parentf670181a3da5efa5f08993a472ae8d3be8908dff
THRIFT-1901 C#: Support for Multiplexing Services on any Transport, Protocol and Server

Patch: Jens Geyer
14 files changed:
lib/csharp/Makefile.am
lib/csharp/src/Protocol/TMultiplexedProcessor.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TMultiplexedProtocol.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TProtocolDecorator.cs [new file with mode: 0644]
lib/csharp/src/Thrift.WP7.csproj
lib/csharp/src/Thrift.csproj
lib/csharp/test/Multiplex/Client/Multiplex.Test.Client.cs [new file with mode: 0644]
lib/csharp/test/Multiplex/Client/MultiplexClient.csproj [new file with mode: 0644]
lib/csharp/test/Multiplex/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
lib/csharp/test/Multiplex/Multiplex.Test.Common.cs [new file with mode: 0644]
lib/csharp/test/Multiplex/Server/Multiplex.Test.Server.cs [new file with mode: 0644]
lib/csharp/test/Multiplex/Server/MultiplexServer.csproj [new file with mode: 0644]
lib/csharp/test/Multiplex/Server/Properties/AssemblyInfo.cs [new file with mode: 0644]
lib/csharp/test/Multiplex/maketest.sh [new file with mode: 0644]