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 (10.0.0.1002)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static Uri AutoDetectApplicationUri()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function AutoDetectApplicationUri As Uri
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static Uri^ AutoDetectApplicationUri()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member AutoDetectApplicationUri : unit -> Uri
Return Value
Type:
UriThe detected Uri if possible.
See Also