WebCallerContextServiceAutoDetectApplicationUri 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 (24.3.0.1000)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static Uri? AutoDetectApplicationUri()

Return Value

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