<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

IServiceProxyFactory

public interface IServiceProxyFactory : IDisposable
Represents an abstract class object to create web service proxy instances.
TProxy CreateProxyInstance<TProxy>() where TProxy : IDisposable

Retrieve a service proxy instance.

Task<string> ExecutePostAsync(string endpointAddress, string body)

Provides IServiceProxyFactory Executes call to Kepler service.

Updates credentials used for authenticating in Kepler.