Share via


ITeamFoundationLocationService.GetRootDomainUri Method

Gets the root level domain name if present in the registry, otherwise the configured public access mapping.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Function GetRootDomainUri ( _
    requestContext As TeamFoundationRequestContext _
) As Uri
Uri GetRootDomainUri(
    TeamFoundationRequestContext requestContext
)
Uri^ GetRootDomainUri(
    TeamFoundationRequestContext^ requestContext
)
abstract GetRootDomainUri : 
        requestContext:TeamFoundationRequestContext -> Uri
function GetRootDomainUri(
    requestContext : TeamFoundationRequestContext
) : Uri

Parameters

Return Value

Type: System.Uri
A URI representing the root level domain name or public access mapping.

.NET Framework Security

See Also

Reference

ITeamFoundationLocationService Interface

Microsoft.TeamFoundation.Framework.Server Namespace