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

KeplerServiceProxyFactory

Represents a class object to create Kepler-based web service proxy instances.

Initializes a new instance of the KeplerServiceProxyFactory class.

Initializes a new instance of the KeplerServiceProxyFactory class.

Initializes a new instance of the KeplerServiceProxyFactory class.

public KeplerServiceProxyFactory(IServiceConnectionInfo connectionInfo, ILog log, IAppSettings appSettings)

Initializes a new instance of the KeplerServiceProxyFactory class.

public TProxy CreateProxyInstance<TProxy>() where TProxy : IDisposable

public void Dispose()

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

public void UpdateCredentials(NetworkCredential credential)