nkranitz / transloadit-csharp-sdk

Official C#.NET SDK for using Transloadit
MIT License
6 stars 3 forks source link

Windows Phone does not support HttpRequest.GetRequestStream and other methods #5

Open mkostersitz opened 10 years ago

mkostersitz commented 10 years ago

I am finally getting around to work the transloadit component into my Windows Phone App and I am hitting a few issues. 1) in ApiRequest.cs HttpRequest.GetRequestStream is not supported on Windows Phone 2) Encoding.Default.GetBytes is not supported on Windows Phone 3) HttpRequest.GetResponse is not available in Windows Phone.

I am trying to make the calls async but when I do the calls fail either getting a response from the server or if they do the Byte[] of the image is not accepted by the server.

Any help would be appreciated.

thanks Mike

nkranitz commented 10 years ago

Mike, Thanks for your report. I'll fix these issues ASAP, also let you know.