IAsyncHttpWebRequest Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HttpWeb request wrapper interface.
public interface class IAsyncHttpWebRequest
public interface IAsyncHttpWebRequest
type IAsyncHttpWebRequest = interface
Public Interface IAsyncHttpWebRequest
- Derived
Properties
CachePolicy |
Gets or sets cache policy |
ContentType |
Gets or sets content type. For example, "application/x-www-form-urlencoded" |
Method |
Gets or sets used method (GET, HEAD, POST, PUT, DELETE, TRACE, or OPTIONS) |
Timeout |
Gets or sets timeout for response |
Url |
Gets target Url |
Methods
AddHeaders(IEnumerable<KeyValuePair<String,String>>) |
Add HTTP headers. |
GetResponseAsync() |
Send request and get response back asynchronously. |