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

RelativityInstanceInfo

public sealed class RelativityInstanceInfo
Represents a class object that contains the Relativity instance information. This class cannot be inherited.
public CookieContainer CookieContainer { get; set; }

Gets or sets the cookie container.

public ICredentials Credentials { get; set; }

Gets or sets the credentials used to authenticate to Relativity.

public Uri Host { get; set; }

Gets or sets the Relativity host URL.

public Uri WebApiServiceUrl { get; set; }

Gets or sets the Relativity Web API service URL. If this is not specified, the URL is formed by combining Host with RelativityWebApi.

Initializes a new instance of the RelativityInstanceInfo class.