HttpRequestMessage Constructor
.NET Framework (current version)
Initializes a new instance of the HttpRequestMessage class.
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpRequestMessage() | Initializes a new instance of the HttpRequestMessage class. |
![]() | HttpRequestMessage(HttpMethod^, String^) | Initializes a new instance of the HttpRequestMessage class with an HTTP method and a request Uri. |
![]() | HttpRequestMessage(HttpMethod^, Uri^) | Initializes a new instance of the HttpRequestMessage class with an HTTP method and a request Uri. |
Show:
