On Sat, Mar 3, 2012 at 9:11 PM, darkevil <[email protected]> wrote: > Hi, > > I am trying to set the Date Member of System.Net.HttpWebRequest as allowed > in .Net 4. in my Mono project > > My project is definitely .Net 4 and I have the version 4 reference in my > project but this Member seems to be missing.
You are probably using an old version of Mono that did not have HttpWebRequest.Date. It has been implemented for over a year now (https://github.com/mono/mono/commit/fb13ef43ce54928ab4307409b571685eced0cc1e) -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
