HttpRequestMessage Constructor (HttpMethod, Uri)
Initializes a new instance of the HttpRequestMessage class with an HTTP method and a request Uri.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Parameters
- method
- Type: System.Net.Http::HttpMethod
The HTTP method.
- requestUri
- Type: System::Uri
The Uri to request.
Show: