M
muscha
Hi all,
Is there a way for me to get a webserver current date and time? Probably
using the webrequest object.
For example:
WebRequest request = WebRequest.Create(address);
WebResponse response = request.GetResponse();
response ???
Thanks heaps,
/m
Is there a way for me to get a webserver current date and time? Probably
using the webrequest object.
For example:
WebRequest request = WebRequest.Create(address);
WebResponse response = request.GetResponse();
response ???
Thanks heaps,
/m