TeamFoundationServerFactory.GetServer Method (Uri, ICredentialsProvider)
Visual Studio 2012
Gets the TeamFoundationServer object that is associated with the specified URI and credentials provider.
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public static TeamFoundationServer GetServer( Uri uri, ICredentialsProvider fallbackCredentialsProvider )
Parameters
- uri
- Type: Uri
The URI of the server.
- fallbackCredentialsProvider
- Type: Microsoft.TeamFoundation.Client.ICredentialsProvider
The credentials provider to use if the environment does not already supply one.
Return Value
Type: Microsoft.TeamFoundation.Client.TeamFoundationServerThe TeamFoundationServer object that is associated with the specified URI.
If a TeamFoundationServer object that has the specified URL exists in the cache, it is returned. If not, a new TeamFoundation Server object is created by using a credentials provider, if any, that is appropriate for the environment. The created TeamFoundationServer object is placed in the cache and associated with the URL that is resolved for the name.
- 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.