Unfortunately, the answer appears to be no. :(
You can double check this yourself by going to [http://docs.unity3d.com/Documentation/ScriptReference/MonoCompatibility.html][1]
I believe that "Micro" stands for Android/iOS (I could be wrong about that though)
There is some interesting information regarding your problem on this post: [http://forum.unity3d.com/threads/27369-WWW-class-support-explicit-methods-(GET-POST-PUT-DELETE)][2]
[1]: http://docs.unity3d.com/Documentation/ScriptReference/MonoCompatibility.html
[2]: http://forum.unity3d.com/threads/27369-WWW-class-support-explicit-methods-(GET-POST-PUT-DELETE)
EDIT: I stand corrected!
As Landern has pointed out, Android and iOS actually use the 2.0 subset (not micro), which actually *does* support HttpWebRequest... Sorry for the misinformation!
↧