[Mono-list] HttpWebRequest.Date missing from Mono .Net 4?

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Sun Mar 4 17:52:23 UTC 2012


On Sat, Mar 3, 2012 at 9:11 PM, darkevil <darkevil at orcon.net.nz> 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


More information about the Mono-list mailing list