Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
Description
I'm trying to use Thrift C# library under MonoTouch. Seems like everything is working from the box.
The only issue is /src/Transport/THttpHandler.cs. Class THttpHandler using System.Web namespace to reach IHttpHandler interface and HttpContext class. Unfortunately, that namespace is not implemented for MonoTouch framework.
Is it possible to implement THttpHandler in other way?
Note that issue in Xamarin's Bugzilla is here: https://bugzilla.xamarin.com/show_bug.cgi?id=6420