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: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

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

Parameters

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

Reference