StaticServiceUrisProvider Constructor

Relativity API
Static Uris are for all routes are passed in to be cached.

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

public StaticServiceUrisProvider(
	Uri restUri,
	Uri rsapiUri,
	Uri authenticationUri
)

Parameters

restUri
Type: SystemUri
Endpoint for Rest.
rsapiUri
Type: SystemUri
Endpoint for RSAPI.
authenticationUri
Type: SystemUri
Endpoing for IdentityServer.
See Also

Reference