ITeamFoundationLocationService.DetermineAccessMapping Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DetermineAccessMapping(TeamFoundationRequestContext) | Determines what access mapping this request came from. This is done by comparing the scheme host and port of the incoming request with the location service entries. | |
DetermineAccessMapping(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. |
Top