Gets the URI of the endpoint used to fetch the metadata.
Namespace:
kCura.Relativity.ClientAssembly:
kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
public Uri MetadataEndpoint { get; }
Public ReadOnly Property MetadataEndpoint As Uri
Get
Property Value
Type:
Uri
Because of internal URI scheme switching that may occur, this property may not return exactly
the value supplied in the constructor, especially if a constructor accepting a server name was used. For
example, if http://myserver.example.com/Relativity.Services was supplied but internal scheme switching
took place, this property may return https://myserver.example.com/Relativity.Services.
Reference