THRIFT-2408 Named Pipe Transport Option for C#
authorJens Geyer <jensg@apache.org>
Wed, 19 Mar 2014 22:52:18 +0000 (00:52 +0200)
committerJens Geyer <jensg@apache.org>
Wed, 19 Mar 2014 22:52:55 +0000 (00:52 +0200)
commitfd62df75fa17d5c2af12302de6cee78ad7405692
tree4f31c84cf9f5277798b8dda5829080730b88b8d0
parentec8daae71004b3c2346bf12b2d74e52ed0815337
THRIFT-2408 Named Pipe Transport Option for C#

Patch: Carl Yeksigian & Jens Geyer
lib/csharp/Makefile.am
lib/csharp/src/Thrift.csproj
lib/csharp/src/Transport/TNamedPipeClientTransport.cs [new file with mode: 0644]
lib/csharp/src/Transport/TNamedPipeServerTransport.cs [new file with mode: 0644]
lib/csharp/test/ThriftTest/TestClient.cs
lib/csharp/test/ThriftTest/TestServer.cs