如何使用 Thrift 的 C# THttpHandler?
我想编写一个由 Silverlight 客户端使用的 C# Thrift 服务,并且需要使用 Thrift C# 源代码中提供的 THttpClient。谁能指出我如何使用它的正确方向?我找不到任何教程或示例。
I want to write a C# Thrift service that will be consumed by a Silverlight client and need to make use of THttpClient provided in the Thrift C# source code. Can anyone point me in the right direction on how to use it? I couldn't find any tutorials or examples.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是一个博客,其中包含使用 THttpHandler 的示例:
http: //codealoc.wordpress.com/2012/04/06/thrift-over-http-with-iis/
Here's a blog with an example using the THttpHandler:
http://codealoc.wordpress.com/2012/04/06/thrift-over-http-with-iis/