.net - Parse and format message/http on Windows Phone -


i need format , parse content of mime type message/http as specified in rfc 2616. more specific, need format http/1.1 request , parse http/1.1 response, without network communication. target platform windows phone 8.

in java use apache httpcore library. there similar in .net can use in windows phone app? or maybe there other smart way doesn't include implement format scratch?

there no built-in parser per-se leverage available through exposed .net apis in windows phone. write own parser or rely on such classes httpwebresponse , httpwebrequest have abstracted-out model of message.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -