StaticServiceUrisProvider Class

Relativity API
Implimentation of IProvideServiceUris that returns set values.
Inheritance Hierarchy

System.Object
  Relativity.API.StaticServiceUrisProvider

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

[SerializableAttribute]
public class StaticServiceUrisProvider : IProvideServiceUris

The StaticServiceUrisProvider type exposes the following members.

Constructors

  NameDescription
Public methodStaticServiceUrisProvider
Static Uris are for all routes are passed in to be cached.
Top
Methods

  NameDescription
Public methodAuthenticationUri
Endpoing for IdentityServer.
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
Endpoint for Rest.
Public methodRSAPIUri
Endpoint for RSAPI.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference