The Relativity.Services.ServiceProxy namespace contains the foundational classes necessary to connect to Relativity platform services.
Classes
Class | Description | |
---|---|---|
![]() | BearerTokenCredentials |
Specifies that bearer token authentication will be used to authenticate the connection.
|
![]() | Credentials |
Determines the authentication type to be used for the connection.
|
![]() | IntegratedAuthCredentials |
Specifies that integrated Windows authentication will be used to authenticate the connection.
|
![]() | SecretKeyCredentials |
Specifies that secret key authentication will be used to authenticate the connection.
|
![]() | ServiceFactory |
The ServiceFactory class can be used in standalone console applications to return proxies for any of the service interfaces
published by the Relativity Services API, including RSAPIClient and Relativity service manager interfaces.
|
![]() | ServiceFactorySettings |
Configuration settings for creating a standalone Service Factory.
|
![]() | TokenCredentials |
Specifies that token authentication will be used to authenticate the connection.
|
![]() | UsernamePasswordCredentials |
Specifies that username-password authentication will be used to authenticate the connection.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IServiceFactory |
The ServiceFactory class can be used in standalone console applications to return proxies for any of the service interfaces
published by the Relativity Services API, including RSAPIClient and Relativity service manager interfaces.
|