ApplicationUriHelperGetApplicationUri Method

Gets the URI of the application, based on the provided HTTP request.

Namespace: Dundas.BI.WebApi
Assembly: Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static Uri? GetApplicationUri(
	HttpRequest request
)

Parameters

request  HttpRequest
The HTTP request.

Return Value

Uri
The URI of the application, or if it could not be determined.
See Also