Open this page in the API Guide

WebCallerContextService.AutoDetectApplicationUri Method

This method attempts to get the application URI from the current request, if possible.

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static Uri? AutoDetectApplicationUri()

Return Value

Type: Uri
The detected URI, or null if it could not be detected.
See Also