发布于 2011-08-02 00:20:04
这不是很聪明,但这是我能找到的最好的例子:
http://svn.apache.org/repos/asf/thrift/trunk/lib/csharp/src/Transport/THttpHandler.cs
基本上,这是当前/trunk of Thrift中的一个IHttpHandler实现(对于c-sharp)。似乎做了你需要做的?
https://stackoverflow.com/questions/6225077
相似问题