This documentation is archived and is not being maintained.

TfsTeamProjectCollection Constructor (Uri, ICredentials, ICredentialsProvider)

Initializes a new instance of the TfsTeamProjectCollection class.

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

public function TfsTeamProjectCollection(
	uri : Uri, 
	credentials : ICredentials, 
	credentialsProvider : ICredentialsProvider
)

Parameters

uri
Type: System.Uri
The URI of the project collection.
credentials
Type: System.Net.ICredentials
The authentication credentials.
credentialsProvider
Type: Microsoft.TeamFoundation.Client.ICredentialsProvider
Used to get the credentials when the credentials of the current environment fail.

Show: