Table of Contents

Class HttpClientOptions

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

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

bool

HttpVersion

The version of HTTP to use.

public Version HttpVersion { get; set; }

Property Value

Version