TfsConfigurationServer Constructor

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method TfsConfigurationServer(Uri) Initializes a new instance of the TfsConfigurationServer object.
Public method TfsConfigurationServer(RegisteredConfigurationServer) Initializes a new instance of the TfsConfigurationServer object by using the registration information on the local computer.
Public method TfsConfigurationServer(Uri, ICredentialsProvider) Obsolete. Initializes a new instance of the TfsConfigurationServer object.
Public method TfsConfigurationServer(Uri, TfsClientCredentials) Initializes a new TfsConfigurationServer instance using the specified credentials.
Public method TfsConfigurationServer(Uri, IdentityDescriptor) Initializes a new instance of the TfsConfigurationServer object.
Public method TfsConfigurationServer(Uri, Boolean)
Public method TfsConfigurationServer(Uri, ICredentials) Initializes a new instance of the TfsConfigurationServer object.
Public method TfsConfigurationServer(RegisteredConfigurationServer, IdentityDescriptor) Initializes a new instance of the TfsConfigurationServer object by using the registration information on the local computer, and impersonating an identity from IIdentityManagementService.
Public method TfsConfigurationServer(Uri, TfsClientCredentials, IdentityDescriptor) Initializes a new TfsConfigurationServer instance using the specified credentials. The specified identity will be impersonated for all operations.
Public method TfsConfigurationServer(Uri, ICredentials, ICredentialsProvider) Obsolete. Initializes a new instance of the TfsConfigurationServer object.
Public method TfsConfigurationServer(RegisteredConfigurationServer, ICredentials, ICredentialsProvider) Obsolete. Initializes a new instance of the TfsConfigurationServer object.
Public method TfsConfigurationServer(Uri, TfsClientCredentials, IdentityDescriptor, ITfsRequestChannelFactory)
Public method TfsConfigurationServer(Uri, TfsClientCredentials, IdentityDescriptor, Boolean)
Public method TfsConfigurationServer(Uri, ICredentials, ICredentialsProvider, IdentityDescriptor) Obsolete. Initializes a new instance of the TfsConfigurationServer object.
Public method TfsConfigurationServer(RegisteredConfigurationServer, ICredentials, ICredentialsProvider, IdentityDescriptor) Obsolete. Initializes a new instance of the TfsConfigurationServer object.
Public method TfsConfigurationServer(Uri, TfsClientCredentials, IdentityDescriptor, ITfsRequestChannelFactory, Boolean)

Top

See Also

Reference

TfsConfigurationServer Class

Microsoft.TeamFoundation.Client Namespace