Provides the ability to execute HTTP requests that utilize the (optional) Web Proxy settings specified by the user in the Web Proxy Preferences panel. Also enables reading from and writing to the Internet cache as part of request processing.
public class PluginHttpRequest : object
|
Property
|
Description
|
| AllowAutoRedirect | Automatically follow host redirects of the request (defaults to True). |
| CacheLevel | Cache level for HTTP request. |
| ContentType | Content-type of post data (this value must be specified if post data is included in the request). |
| InternetConnectionAvailable | Checks whether an Internet connection is currently available. |
| PostData | Post data to send along with the request. |
Inherits from:
System.Object
WindowsLive.Writer.Api.PluginHttpRequest
Assembly: windowslive.writer.api.dll
WindowsLive.Writer.Api
Other Resources
Windows Live Writer Content Source Plugin Reference