This documentation is archived and is not being maintained.
TeamFoundationServerFactory::GetServer Method (String, ICredentialsProvider)
Visual Studio 2013
Gets the TeamFoundationServer object that is associated with the specified URL and credentials provider.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: static TeamFoundationServer^ GetServer( String^ url, ICredentialsProvider^ fallbackCredentialsProvider )
Parameters
- url
- Type: System::String
The URL 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 URL.
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.
Show: