This documentation is archived and is not being maintained.

TeamFoundationServer Constructor (String, ICredentials, ICredentialsProvider)

Initializes a new TeamFoundationServer object that is associated with the specified URL and credentials.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
TeamFoundationServer(
	String^ url, 
	ICredentials^ credentials, 
	ICredentialsProvider^ credentialsProvider
)

Parameters

url
Type: System::String

The URL of the server.

credentials
Type: System.Net::ICredentials

The credentials that are used to authenticate the user.

credentialsProvider
Type: Microsoft.TeamFoundation.Client::ICredentialsProvider

The credentials provider to use if the credentials of the current environment fail.

Show: