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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextA valid TFS request context.
Return Value
Type: System.Uri
A URI representing the root level domain name or public access mapping.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.