<PackageReference Include="Relativity.Rsapi" Version="15.6.0" />

ProxySettings

public abstract class ProxySettings
public string CertificateFindValue { get; set; }

public bool CertificateValidation { get; set; }

public int? MaxArrayLength { get; set; }

public long? MaxBufferPoolSize { get; set; }

public int? MaxBufferSize { get; set; }

public int? MaxConnectionRetries { get; set; }

public int? MaxDepth { get; set; }

public long? MaxReceivedMessageSize { get; set; }

public int? MaxStringContentLength { get; set; }

public TimeSpan? SendTimeout { get; set; }

public string UpnIdentity { get; set; }