ParseWeb Method
See Also Example Applies To
Executes a call to the remote server to fetch the feed list file and populates the object properties.
Syntax
object.ParseWeb (URL, TCPPort)
| Part |
Description |
| object |
An object expression that evaluates to an RSSFeedList object. |
| URL |
Required. A string with the URL of the document to be retrieved from the remote server. |
| TCPPort |
Optional. An integer with the TCP port of the remote server, defaults to 80. |
|