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