This topic has not yet been rated - Rate this topic

TeamFoundationServer Constructor

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

  NameDescription
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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.