Class HttpClientOptions
Options for the HTTP client used by the Data API.
public class HttpClientOptions
- Inheritance
-
HttpClientOptions
- Inherited Members
Properties
FollowRedirects
Whether the HTTP client should follow redirects or not.
public bool FollowRedirects { get; set; }
Property Value
HttpVersion
The version of HTTP to use.
public Version HttpVersion { get; set; }