This will convert the Uri to find the route from browser to server. Not to be used by the server.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- requestUri
- Type: System.Uri
Request Uri to convert. - protocol
- Type: System.String
HTTP or HTTPS - path
- Type: System.String
The relative path
Return Value
Type: UriUri for the external call.
See Also