AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.Runtime
Assembly: AWSSDK.dll
Version: (assembly version)
public interface IHttpRequest<> IDisposable
The IHttpRequest<> type exposes the following members
Name | Type | Description | |
---|---|---|---|
![]() |
Method | System.String | The HTTP method or verb. |
![]() |
RequestUri | System.Uri | The request URI. |
Name | Description | |
---|---|---|
![]() |
Abort() | Aborts the HTTP request. |
![]() |
ConfigureRequest(IRequestContext) | Configures a request as per the request context. |
![]() |
GetRequestContent() | Gets a handle to the request content. |
![]() |
GetRequestContentAsync() | Gets a handle to the request content. |
![]() |
GetResponse() | Returns the HTTP response. |
![]() |
GetResponseAsync(CancellationToken) | Returns the HTTP response. |
![]() |
SetRequestHeaders(IDictionary<String, String>) | Sets the headers on the request. |
![]() |
WriteToRequestBody(TRequestContent, Stream, IDictionary<String, String>, IRequestContext) | |
![]() |
WriteToRequestBody(TRequestContent, Byte[], IDictionary<String, String>) |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8