This documentation is archived and is not being maintained.
TfsConfigurationServer Class
Visual Studio 2013
Represents a connection to the server that is running Team Foundation Server.
System.Object
Microsoft.TeamFoundation.Client.TfsConnection
Microsoft.TeamFoundation.Client.TfsConfigurationServer
Microsoft.TeamFoundation.Client.TfsConnection
Microsoft.TeamFoundation.Client.TfsConfigurationServer
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TfsConfigurationServer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TfsConfigurationServer(Uri) | Initializes a new instance of the TfsConfigurationServer object. |
![]() | TfsConfigurationServer(RegisteredConfigurationServer) | Initializes a new instance of the TfsConfigurationServer object by using the registration information on the local computer. |
![]() | TfsConfigurationServer(Uri, ICredentialsProvider) | Obsolete. Initializes a new instance of the TfsConfigurationServer object. |
![]() | TfsConfigurationServer(Uri, TfsClientCredentials) | Initializes a new TfsConfigurationServer instance using the specified credentials. |
![]() | TfsConfigurationServer(Uri, IdentityDescriptor) | Initializes a new instance of the TfsConfigurationServer object. |
![]() | TfsConfigurationServer(Uri, Boolean) | |
![]() | TfsConfigurationServer(Uri, ICredentials) | Initializes a new instance of the TfsConfigurationServer object. |
![]() | 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. |
![]() | TfsConfigurationServer(Uri, TfsClientCredentials, IdentityDescriptor) | Initializes a new TfsConfigurationServer instance using the specified credentials. The specified identity will be impersonated for all operations. |
![]() | TfsConfigurationServer(Uri, ICredentials, ICredentialsProvider) | Obsolete. Initializes a new instance of the TfsConfigurationServer object. |
![]() | TfsConfigurationServer(RegisteredConfigurationServer, ICredentials, ICredentialsProvider) | Obsolete. Initializes a new instance of the TfsConfigurationServer object. |
![]() | TfsConfigurationServer(Uri, TfsClientCredentials, IdentityDescriptor, ITfsRequestChannelFactory) | |
![]() | TfsConfigurationServer(Uri, TfsClientCredentials, IdentityDescriptor, Boolean) | |
![]() | TfsConfigurationServer(Uri, ICredentials, ICredentialsProvider, IdentityDescriptor) | Obsolete. Initializes a new instance of the TfsConfigurationServer object. |
![]() | TfsConfigurationServer(RegisteredConfigurationServer, ICredentials, ICredentialsProvider, IdentityDescriptor) | Obsolete. Initializes a new instance of the TfsConfigurationServer object. |
![]() | TfsConfigurationServer(Uri, TfsClientCredentials, IdentityDescriptor, ITfsRequestChannelFactory, Boolean) |
| Name | Description | |
|---|---|---|
![]() | AuthorizedIdentity | Gets the identity that is authorized to make calls to the server that is running Team Foundation Server. (Inherited from TfsConnection.) |
![]() | CatalogNode | Gets the catalog resource that is associated with this instance of TfsConfigurationServer. (Overrides TfsConnection.CatalogNode.) |
![]() | CatalogResourceId | (Inherited from TfsConnection.) |
![]() | ClientCacheDirectoryForInstance | Gets the path of the directory that is used to cache data from the server that is running Team Foundation Server. (Inherited from TfsConnection.) |
![]() | ClientCacheDirectoryForUser | The path that should be used to cache user-specific data from this server. Accessing this property will make a server call to retrieve the user information if the server has not been connected. This will look something like this: %LOCALAPPDATA%\Microsoft\Team Foundation\[s_version]\Cache\[userId]\[instanceId]_[scheme] (Inherited from TfsConnection.) |
![]() | ClientCredentials | Gets the credentials for this project collection. (Inherited from TfsConnection.) |
![]() | ClientVolatileCacheDirectoryForInstance | The path that should be used to cache instance-specific data from this server that will be removed when the server is removed or connected with a different user. (Inherited from TfsConnection.) |
![]() | ConnectivityFailureOnLastWebServiceCall | Indicates whether the last Web service call issued by this TfsConnection object failed due to a connectivity failure. (Inherited from TfsConnection.) |
![]() | Credentials | Gets the credentials for this Team Foundation Server instance. (Inherited from TfsConnection.) |
![]() | Culture | Gets or sets the localization environment that is used by the server that is running Team Foundation Server. (Inherited from TfsConnection.) |
![]() | HasAuthenticated | Gets the status of a flag that describes whether this TfsConnection instance has successfully authenticated. (Inherited from TfsConnection.) |
![]() | InstanceId | Gets the GUID that identifies this Team Foundation Server connection. (Inherited from TfsConnection.) |
![]() | IsHostedServer | Returns true if the server is a Microsoft Azure-hosted Team Foundation Server server (Inherited from TfsConnection.) |
![]() | Name | Gets the name of this instance of TfsConfigurationServer. (Overrides TfsConnection.Name.) |
![]() | ServerCapabilities | The capabilities of the TFS server (Inherited from TfsConnection.) |
![]() | SessionId | Gets the GUID that identifies this instance of the client to the server. (Inherited from TfsConnection.) |
![]() | TimeZone | Gets or sets the time zone of this Team Foundation Server connection. Used to convert dates and times to UTC. (Inherited from TfsConnection.) |
![]() | UICulture | The culture that will be used. It defaults to CultureInfo.CurrentUICulture. (Inherited from TfsConnection.) |
![]() | Uri | Gets the uniform resource identifier (URI) for this Team Foundation Server connection. (Inherited from TfsConnection.) |
| 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(Of 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(Of 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.) |
| Name | Description | |
|---|---|---|
![]() | ConnectivityFailureStatusChanged | This event is raised when the value of the ConnectivityFailureOnLastWebServiceCall flag changes. (Inherited from TfsConnection.) |
![]() | CredentialsChanged | This event is raised when the credentials of the TeamFoundationServer object change. (Inherited from TfsConnection.) |
TfsConfigurationServer is derived from TfsConnection. It replaces the obsolete class TeamFoundationServer.
Show:
