<PackageReference Include="Relativity.Server.Rsapi.SDK" Version="5000.0.3" />

ServiceInformation

public class ServiceInformation

public string DefaultServiceAPIPath { get; }

public Uri MetadataEndpoint { get; }

public ServiceType ServiceType { get; }

public CommunicationState State { get; }

public event EventHandler Closed

public event EventHandler Closing

public event EventHandler Faulted

public event EventHandler Opened

public event EventHandler Opening