ios-samples/CustomInputStream
bopang 6c78dff324 Fix bug 8280 in CustomInputStream. 2013-06-17 14:56:19 -04:00
..
Resources add new resources 2012-12-20 14:20:14 -05:00
AppDelegate.cs Add new sample - CustomInputStream 2012-05-08 14:54:23 +02:00
Info.plist add new resources 2012-12-20 14:20:14 -05:00
InputStreamTest.csproj Removed --keeptemp from InputStreamTest. 2013-02-18 12:41:16 -03:00
InputStreamTest.sln Add new sample - CustomInputStream 2012-05-08 14:54:23 +02:00
NativeUploader.cs Fix bug 8280 in CustomInputStream. 2013-06-17 14:56:19 -04:00
README.md Add new sample - CustomInputStream 2012-05-08 14:54:23 +02:00
ZInputStream.cs CustomInputStream: [Un]scheduleInCFRunLoop has been removed from Xamarin.iOS, so export manually here. 2013-04-24 22:59:09 +02:00

README.md

CustomInputStream

This sample illustrates how to derive from NSInputStream and create subclass that is toll-free bridged to CFReadStream that can be used with NSMutableUrlRequest.

Note that the API required to implement a subclass of NSInputStream that is toll-free bridged to CFReadStream is considered private API by Apple, and may thus cause an app to be rejected from the AppStore.

This sample requires at least MonoTouch 5.3.4.

Authors

Rolf Bjarne Kvinge