FileTransferProxy.MetadataEndpoint Property

Relativity Services API
Gets the URI of the endpoint used to fetch the metadata.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public Uri MetadataEndpoint { get; }

Property Value

Type: Uri
Remarks

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.
See Also

Reference