HttpClient Properties
.NET Framework (current version)
Namespace:
System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | BaseAddress | Gets or sets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests. |
![]() | DefaultRequestHeaders | Gets the headers which should be sent with each request. |
![]() | MaxResponseContentBufferSize | Gets or sets the maximum number of bytes to buffer when reading the response content. |
![]() | Timeout | Gets or sets the timespan to wait before the request times out. |
Show:
