This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
TfsTeamProjectCollection Constructor
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
|
|
Name |
Description |
|
TfsTeamProjectCollection(Uri)
|
Initializes a new instance of the TfsTeamProjectCollection class.
|
|
TfsTeamProjectCollection(RegisteredProjectCollection)
|
Initializes a new instance of the TfsTeamProjectCollection class.
|
|
TfsTeamProjectCollection(Uri, ICredentialsProvider)
|
Obsolete. Initializes a new instance of the TfsTeamProjectCollection class. |
|
TfsTeamProjectCollection(Uri, TfsClientCredentials)
|
Initializes a new TfsTeamProjectCollection instance using the specified credentials.
|
|
TfsTeamProjectCollection(Uri, IdentityDescriptor)
|
Initializes a new instance of the TfsTeamProjectCollection class.
|
|
TfsTeamProjectCollection(Uri, Boolean)
|
|
|
TfsTeamProjectCollection(Uri, ICredentials)
|
Initializes a new instance of the TfsTeamProjectCollection class.
|
|
TfsTeamProjectCollection(RegisteredProjectCollection, IdentityDescriptor)
|
Initializes a new instance of the TfsTeamProjectCollection class.
|
|
TfsTeamProjectCollection(Uri, TfsClientCredentials, IdentityDescriptor)
|
Initializes a new TfsTeamProjectCollection instance using the specified credentials. The specified identity will be impersonated for all operations.
|
|
TfsTeamProjectCollection(Uri, ICredentials, ICredentialsProvider)
|
Obsolete. Initializes a new instance of the TfsTeamProjectCollection class. |
|
TfsTeamProjectCollection(RegisteredProjectCollection, ICredentials, ICredentialsProvider)
|
Obsolete. Initializes a new instance of the TfsTeamProjectCollection class. |
|
TfsTeamProjectCollection(Uri, TfsClientCredentials, IdentityDescriptor, ITfsRequestChannelFactory)
|
|
|
TfsTeamProjectCollection(Uri, TfsClientCredentials, IdentityDescriptor, Boolean)
|
|
|
TfsTeamProjectCollection(Uri, ICredentials, ICredentialsProvider, IdentityDescriptor)
|
Obsolete. Initializes a new instance of the TfsTeamProjectCollection class. |
|
TfsTeamProjectCollection(RegisteredProjectCollection, ICredentials, ICredentialsProvider, IdentityDescriptor)
|
Obsolete. Initializes a new instance of the TfsTeamProjectCollection class. |
|
TfsTeamProjectCollection(Uri, TfsClientCredentials, IdentityDescriptor, ITfsRequestChannelFactory, Boolean)
|
|
Top