Class IronLedgerClientOptions
- Namespace
- Tudormobile.IronLedgerLib.Services
- Assembly
- Tudormobile.IronLedgerLib.Services.dll
Configuration options for the IronLedger HTTP client.
public class IronLedgerClientOptions
- Inheritance
-
IronLedgerClientOptions
- Inherited Members
Constructors
IronLedgerClientOptions()
public IronLedgerClientOptions()
Properties
ServerUrl
Gets or sets the base URL of the IronLedger server.
public Uri? ServerUrl { get; set; }
Property Value
- Uri
Remarks
A trailing slash is recommended when the URL includes a path segment
(e.g., https://myserver/ironledger/) to ensure relative endpoint
paths resolve correctly.