DelegateServiceUrisProvider Class

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

System.Object
  Relativity.API.DelegateServiceUrisProvider

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

public class DelegateServiceUrisProvider : IProvideServiceUris

The DelegateServiceUrisProvider type exposes the following members.

Constructors

  NameDescription
Public methodDelegateServiceUrisProvider
This implimentation of IProvideServiceUris allows for delegates to fetch the values one demand.
Top
Methods

  NameDescription
Public methodAuthenticationUri
This provides the IdentityServer location for authentication calls.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRestUri
This provides the Rest endpoint for Kepler calls.
Public methodRSAPIUri
This provides the RSAPI endpoint for RSAPI client calls.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference