Skip to content

OCSPCacheHTTPRequestOptions

Represents configuration options specific to the HTTP requests made for OCSP caching.

Fields:

Int32 DataLengthThreshold

Gets or sets the threshold for data length.

Boolean UseKeepAlive

Determines whether to use the KeepAlive feature in the HTTP requests.

Boolean UseCache

Determines whether to allow caching for the HTTP requests.

TimeSpan ConnectTimeout

Gets or sets the connection timeout duration for the HTTP request.

TimeSpan Timeout

Gets or sets the general timeout duration for the HTTP request.

Comments