Share via


ITeamFoundationLocationService.DetermineAccessMapping Method (TeamFoundationRequestContext, String)

Determines what access mapping this ___location comes from. This is done by comparing the scheme host and port of the incoming request with the ___location service entries.

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

Syntax

'Declaration
Function DetermineAccessMapping ( _
    requestContext As TeamFoundationRequestContext, _
    requestPath As String _
) As AccessMapping
AccessMapping DetermineAccessMapping(
    TeamFoundationRequestContext requestContext,
    string requestPath
)
AccessMapping^ DetermineAccessMapping(
    TeamFoundationRequestContext^ requestContext, 
    String^ requestPath
)
abstract DetermineAccessMapping : 
        requestContext:TeamFoundationRequestContext * 
        requestPath:string -> AccessMapping
function DetermineAccessMapping(
    requestContext : TeamFoundationRequestContext, 
    requestPath : String
) : AccessMapping

Parameters

  • requestPath
    Type: System.String

    The ___location whose access mapping that needs to be determined.

Return Value

Type: Microsoft.VisualStudio.Services.Location.AccessMapping
The access mapping for this ___location.

.NET Framework Security

See Also

Reference

ITeamFoundationLocationService Interface

DetermineAccessMapping Overload

Microsoft.TeamFoundation.Framework.Server Namespace