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.9
Syntax
C#
public HoarderServiceClient(
	string serviceUri = null,
	HoarderServiceClient.LoggerDelegate logger = 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.
logger  HoarderServiceClient.LoggerDelegate  (Optional)
An optional delegate to receive logging callbacks from the client.
See Also