r1460@opsdev009 (orig r77478): dreiss | 2008-01-11 12:59:12 -0800
[amiethrift.git] / lib / csharp / src / Protocol / TProtocolFactory.cs
blob5434da91d3b509f4049ae9f4dc6984c749e58f12
1 //
2 // TProtocolFactory.cs
3 //
4 // Begin: Dec 3, 2007
5 // Authors:
6 // Will Palmeri <wpalmeri@imeem.com>
7 //
8 // Distributed under the Thrift Software License
9 //
10 // See accompanying file LICENSE or visit the Thrift site at:
11 // http://developers.facebook.com/thrift/using
12 using System;
13 using System.Collections.Generic;
14 using System.Text;
15 using Thrift.Transport;
17 namespace Thrift.Protocol
19 public interface TProtocolFactory
21 TProtocol GetProtocol(TTransport trans);