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

Relativity.DataExchange.Service.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.