Encapsulates the data and methods needed to retrieve feeds from a URI asynchronously. It supports authentication.
Syntax
Attributes
- GuidAttribute("9e18a9b7-7249-4b45-b229-7df895a5a1f5")
- VersionAttribute(NTDDI_WIN8)
Members
The ISyndicationClient interface has these types of members:
Methods
The ISyndicationClient interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| RetrieveFeedAsync | Initiates an asynchronous operation to download the syndication feed from the given URI. This method instantiates a SyndicationFeed object from the feed string, which can be in one of the formats specified in SyndicationFormat. |
| SetRequestHeader | Sets an HTTP header for the request. This method can be called multiple times to set multiple headers. When the same header is set multiple times, the values will be concatenated and separated by ,. |
Properties
The ISyndicationClient interface has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | Gets or sets a Boolean that indicates whether cache will be bypassed when retrieving the feed. | |
| Read/write | Gets or sets the maximum number of bytes to buffer when receiving a response from a server. | |
| Read/write | Gets or sets the credentials to use when making requests using a proxy. | |
| Read/write | Gets or sets the credentials to use when making requests to the server. | |
| Read/write | Gets or sets the maximum amount of time, in milliseconds, to wait for any of the asynchronous operations to complete. If the operation is not complete within this amount of time, it will fail with a status code indicating that it timed out. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012