Table of Contents

Class RESTClientSettings

Added 2025.04.15 to handle more setting properties for the RESTClient. This class is used to configure the RESTClient settings.

public class RESTClientSettings
Inheritance
RESTClientSettings
Derived
Inherited Members
Extension Methods

Properties

AllowBodyWithDELETE

public bool AllowBodyWithDELETE { get; set; }

Property Value

bool

JsonSettings

public JsonSerializerSettings JsonSettings { get; set; }

Property Value

JsonSerializerSettings

Logger

public RESTLogger Logger { get; set; }

Property Value

RESTLogger

SSEParser

public SSEParser SSEParser { get; set; }

Property Value

SSEParser

Timeout

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan