This implimentation of IProvideServiceUris allows for delegates to fetch the values one demand.
Inheritance Hierarchy
Relativity.API.DelegateServiceUrisProvider
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The DelegateServiceUrisProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DelegateServiceUrisProvider |
This implimentation of IProvideServiceUris allows for delegates to fetch the values one demand.
|
Methods
Name | Description | |
---|---|---|
![]() | AuthenticationUri |
This provides the IdentityServer location for authentication calls.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | RestUri |
This provides the Rest endpoint for Kepler calls.
|
![]() | RSAPIUri |
This provides the RSAPI endpoint for RSAPI client calls.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also