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

Relativity.DataExchange.Service.KeplerServiceProxyFactory

Represents a class object to create Kepler-based web service proxy instances.
namespace Relativity.DataExchange.Service { internal class KeplerServiceProxyFactory : IServiceProxyFactory, IDisposable { public KeplerServiceProxyFactory(IServiceConnectionInfo connectionInfo); public KeplerServiceProxyFactory(IServiceConnectionInfo connectionInfo, ILog log); public KeplerServiceProxyFactory(IServiceConnectionInfo connectionInfo, IAppSettings appSettings); public KeplerServiceProxyFactory(IServiceConnectionInfo connectionInfo, ILog log, IAppSettings appSettings); public void Dispose(); public TProxy CreateProxyInstance<TProxy>() where TProxy : class, IDisposable; public void UpdateCredentials(NetworkCredential credential); public Task<string> ExecutePostAsync(string endpointAddress, string body); } }