6 // Will Palmeri <wpalmeri@imeem.com>
8 // Distributed under the Thrift Software License
10 // See accompanying file LICENSE or visit the Thrift site at:
11 // http://developers.facebook.com/thrift/using
13 using System
.Collections
.Generic
;
15 using Thrift
.Transport
;
17 namespace Thrift
.Protocol
19 public interface TProtocolFactory
21 TProtocol
GetProtocol(TTransport trans
);