TfsConnection Class

Represents the connection of the client to the server that is running Team Foundation Server.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Client.TfsConnection
    Microsoft.TeamFoundation.Client.TfsConfigurationServer
    Microsoft.TeamFoundation.Client.TfsTeamProjectCollection

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
Public MustInherit Class TfsConnection _
    Implements IServiceProvider, IDisposable
public abstract class TfsConnection : IServiceProvider, 
    IDisposable
public ref class TfsConnection abstract : IServiceProvider, 
    IDisposable
[<AbstractClass>]
type TfsConnection =  
    class
        interface IServiceProvider
        interface IDisposable
    end
public abstract class TfsConnection implements IServiceProvider, IDisposable

The TfsConnection type exposes the following members.

Properties

  Name Description
Public propertyStatic member ApplicationName Gets or sets the name of an application that is making a request on the server.
Public property AuthorizedIdentity Gets the identity that is authorized to make calls to the server that is running Team Foundation Server.
Public property CatalogNode Gets the catalog resource for this Team Foundation Server connection.
Protected property CatalogResourceId
Public propertyStatic member ClientCacheDirectory Gets the path of the directory that contains the client cache files.
Public property ClientCacheDirectoryForInstance Gets the path of the directory that is used to cache data from the server that is running Team Foundation Server.
Public propertyStatic member ClientSettingsDirectory Gets or sets the path to the directory that contains the client cache files.
Public property Credentials Gets the credentials for this Team Foundation Server instance.
Public property Culture Gets or sets the localization environment that is used by the server that is running Team Foundation Server.
Public property HasAuthenticated Gets the status of a flag that describes whether this TfsConnection instance has successfully authenticated.
Public property InstanceId Gets the GUID that identifies this Team Foundation Server connection.
Public property Name Gets the name of this Team Foundation Server connection.
Public propertyStatic member OperationName Gets or sets the name of the operation that is being performed by an application on the server.
Public property SessionId Gets the GUID that identifies this instance of the client to the server.
Public property TimeZone Gets or sets the time zone of this Team Foundation Server connection. Used to convert dates and times to UTC.
Public property Uri Gets the uniform resource identifier (URI) for this Team Foundation Server connection.

Top

Methods

  Name Description
Public method Authenticate Authenticates the connection to Team Foundation Server by using the specified credentials provider.
Public method Connect Connects to a server that is running Team Foundation Server and returns information based on connectOptions.
Protected method CreateInternalProxy
Protected method CreateServiceInstance
Public method Dispose Notifies related objects of disposal and disposes of this instance of TfsConnection.
Public method EnsureAuthenticated Authenticates the connection to Team Foundation Server if it has not been previously authenticated.
Public method Equals (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAuthenticatedIdentity Gets the identity that authenticated with the server.
Protected methodStatic member GetFullyQualifiedUriForName This function assumes the name passed in will either be the friendly name of the server or the url to the root of the collection. Url's fully qualified to the location service page should not be passed in here.
Public method GetHashCode Gets the hash code of this TfsConnection instance. (Overrides Object.GetHashCode().)
Public method GetService(Type) Gets the requested service.
Public method GetService<T>() Gets the requested service.
Protected method GetServiceInstance
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method InitializeTeamFoundationObject Initializes the created object if it implements ITfsConnectionObject.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Gets the name of the TfsConnection instance. (Overrides Object.ToString().)

Top

Events

  Name Description
Public event CredentialsChanged This event is raised when the credentials of the TeamFoundationServer object change.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Client Namespace