Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

henricj/SM.Mono.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SM.Mono.Net

Port of Mono's HttpWebRequest to Windows Phone.

The default implementations of HttpClient and HttpWebRequest can sometimes cause out of memory exceptions and the cache can fill the phone's flash. This implementation uses StreamSocket directly, thereby bypassing the platform's IXMLHTTPRequest.

No attempt was made to preserve the HttpWebRequest API. Much of the code was converted from APM to TPL.

At this point, only a few GET requests have been tried. TLS does not work.

About

Port of Mono's HttpWebRequest to Windows Phone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages