hello!!

I need to make a function in my app, that will recieve a url and time.
the function returns true if the web page has been modified since the
given time, and false if it didn't.
I know I probably need to use the "GET" command, and see if it returns
"304 no modified" or not, but I don't know how to implement in c#...

can anyone help??

thanks