This documentation is archived and is not being maintained.
TfsConfigurationServer Methods
Visual Studio 2013
The TfsConfigurationServer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Authenticate | Authenticates the connection to Team Foundation Server by using the specified credentials provider. (Inherited from TfsConnection.) |
|
Connect | Connects to a server that is running Team Foundation Server and returns information based on connectOptions. (Inherited from TfsConnection.) |
|
CreateInternalProxy | (Inherited from TfsConnection.) |
|
CreateServiceInstance | (Inherited from TfsConnection.) |
|
CreateVssConnection | (Inherited from TfsConnection.) |
|
Dispose | Notifies related objects of disposal and disposes of this instance of TfsConnection. (Inherited from TfsConnection.) |
|
EnsureAuthenticated | Authenticates the connection to Team Foundation Server if it has not been previously authenticated. (Inherited from TfsConnection.) |
|
Equals | Returns true of the specified object is equal to this TfsConnection. Equality is defined by comparing the fully qualified url of the two TfsConnections (Inherited from TfsConnection.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetAuthenticatedIdentity | Gets the identity that authenticated with the server. (Inherited from TfsConnection.) |
|
GetClient(T) | (Inherited from TfsConnection.) |
|
GetHashCode | Gets the hash code of this TfsConnection instance. (Inherited from TfsConnection.) |
|
GetService(Type) | Gets the requested service. (Inherited from TfsConnection.) |
|
GetService(T)() | Gets the requested service. (Inherited from TfsConnection.) |
|
GetServiceInstance | Gets the base service instance of the specified service. (Overrides TfsConnection.GetServiceInstance(Type, Object).) |
|
GetTeamProjectCollection | Gets the TfsTeamProjectCollection that has the specified ID. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InitializeTeamFoundationObject | Initializes the specified Team Foundation Server object. (Overrides TfsConnection.InitializeTeamFoundationObject(String, Object).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnConnectivityFailureStatusChanged | Fires the ConnectivityFailureStatusChanged event. (Inherited from TfsConnection.) |
|
ToString | Gets the name of the TfsConnection instance. (Inherited from TfsConnection.) |
Show: