Relativity.Services.ServiceProxy
Namespace with 9 public types
Classes
BearerTokenCredentials
Specifies that bearer token authentication will be used to authenticate 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.
Abstract Classes
Credentials
Determines the authentication type to be used for the connection.
Interfaces
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.