IWebServerHelper.GetExternalUri Method (Uri, String, String)

Relativity API
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

Uri GetExternalUri(
	Uri requestUri,
	string protocol,
	string path
)

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: Uri
Uri for the external call.
See Also

Reference