Click or drag to resize

HoarderServiceClient Constructor

Constructs a strongly-typed .NET client to the Hoarder REST-style web service.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public HoarderServiceClient(
	string? serviceUri = null,
	string? apiKey = null
)

Parameters

serviceUri  String  (Optional)
The optional override base address of the Hoarder web service endpoint. If this value is null then the default of http://www.orthogonal.com.au/hoarderapi/ is used.
apiKey  String  (Optional)
The optional API Key that can allow access to private information and update operations to the database.
See Also