Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The access mapping that should be used when the server needs a URL to access itself. This means the code that uses these URLs will be running on the server not from a client/public ___location.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetServerAccessMapping ( _
requestContext As TeamFoundationRequestContext _
) As AccessMapping
public AccessMapping GetServerAccessMapping(
TeamFoundationRequestContext requestContext
)
public:
AccessMapping^ GetServerAccessMapping(
TeamFoundationRequestContext^ requestContext
)
member GetServerAccessMapping :
requestContext:TeamFoundationRequestContext -> AccessMapping
public function GetServerAccessMapping(
requestContext : TeamFoundationRequestContext
) : AccessMapping
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessMapping
Returns AccessMapping.
.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.