DelegateServiceUrisProvider Constructor

Relativity API
This implimentation of IProvideServiceUris allows for delegates to fetch the values one demand.

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public DelegateServiceUrisProvider(
	Func<Uri> restDelegate,
	Func<Uri> rsapiDelegate,
	Func<Uri> authenticationDelegate
)

Parameters

restDelegate
Type: System.Func<Uri>
Function to provide Rest endpoint.
rsapiDelegate
Type: System.Func<Uri>
Function to provide RSAPI endpoint.
authenticationDelegate
Type: System.Func<Uri>
Function to provide Authentication endpoint.
See Also

Reference