I created a WCF Rest service and I am reading content sent by multipart/form data. However I get the contentdisposition and extra information. Is there a way to parse it like using HttpContext. I dont want dependency with asp...
If possible no use of external libraries, thirdparty dlls, etc... Unless its simple and consistent code I can implement.