From: Jens Geyer Date: Tue, 22 Apr 2014 20:52:43 +0000 (+0200) Subject: THRIFT-2347 C# TLS Transport based on THRIFT-181 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=c1d7943a7ed78fb434eaa90feb1a3a17b446fc97;p=common%2Fthrift.git THRIFT-2347 C# TLS Transport based on THRIFT-181 Client: C# Patch: Beat Käslin This closes #104 commit 21c33abd59a2333c48722933c6894d8ed145e638 Author: Beat Kaeslin Date: 2014-04-16T14:07:58Z Add TLS transport for C# commit 60a0baa1797b0ef0ea6f8c21e5b81a78cdfcdf16 Author: Beat Kaeslin Date: 2014-04-17T06:23:57Z csharp tests moved to the end --- diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index e847237b..b99674cb 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -60,6 +60,8 @@ THRIFTCODE= \ src/Transport/TMemoryBuffer.cs \ src/Transport/TNamedPipeClientTransport.cs \ src/Transport/TNamedPipeServerTransport.cs \ + src/Transport/TTLSSocket.cs \ + src/Transport/TTLSServerSocket.cs \ src/TProcessor.cs \ src/TException.cs \ src/TApplicationException.cs diff --git a/lib/csharp/src/Thrift.csproj b/lib/csharp/src/Thrift.csproj index d475ed64..1f108680 100644 --- a/lib/csharp/src/Thrift.csproj +++ b/lib/csharp/src/Thrift.csproj @@ -1,4 +1,4 @@ - +