Is it possible to get the last modified date of a rss file without knowing its content using C#?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Elliot

    Is it possible to get the last modified date of a rss file without knowing its content using C#?

    Any idea would be appreciated.

  • siccolo

    #2
    Re: Is it possible to get the last modified date of a rss filewithout knowing its content using C#?

    On Feb 27, 12:19 am, "Elliot" <elliot_barc... @hotmail.co.ukw rote:
    Any idea would be appreciated.
    if you have access to physical file, you could check file date....if
    you don't, then I think you'll need to find last pubDate, i.e. you'll
    need to "know its content"


    ... more at http://www.siccolo.com/articles.asp

    Comment

    Working...