TeamFoundationServer 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 TeamFoundationServer(String) Initializes a new TeamFoundationServer object that is associated with the specified URL.
Public method TeamFoundationServer(Uri) Initializes a new TeamFoundationServer object that is associated with the specified URI.
Public method TeamFoundationServer(RegisteredProjectCollection) Initializes a new TeamFoundationServer object that is associated with the server that is described by the specified RegisteredProjectCollection.
Public method TeamFoundationServer(String, ICredentialsProvider) Initializes a new TeamFoundationServer object that is associated with the specified URL and credentials provider.
Public method TeamFoundationServer(String, ICredentials) Initializes a new TeamFoundationServer object that is associated with the specified URL and credentials.
Public method TeamFoundationServer(Uri, ICredentialsProvider) Initializes a new TeamFoundationServer object that is associated with the specified URI and credentials provider.
Public method TeamFoundationServer(Uri, ICredentials) Initializes a new TeamFoundationServer object that is associated with the specified uniform resource identifier (URI) and credentials.
Public method TeamFoundationServer(String, ICredentials, ICredentialsProvider) Initializes a new TeamFoundationServer object that is associated with the specified URL and credentials.
Public method TeamFoundationServer(Uri, ICredentials, ICredentialsProvider) Initializes a new TeamFoundationServer object that is associated with the specified URI, credentials and credentials provider.
Public method TeamFoundationServer(RegisteredProjectCollection, ICredentials, ICredentialsProvider) Initializes a new TeamFoundationServer object that is associated with the server that is described by the specified RegisteredProjectCollection, credentials, and credentials provider.

Top

See Also

Reference

TeamFoundationServer Class

Microsoft.TeamFoundation.Client Namespace