This documentation is archived and is not being maintained.

TfsConfigurationServer Constructor (Uri, TfsClientCredentials, IdentityDescriptor)

Initializes a new TfsConfigurationServer instance using the specified credentials. The specified identity will be impersonated for all operations.

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

new : 
        uri:Uri * 
        credentials:TfsClientCredentials * 
        identityToImpersonate:IdentityDescriptor -> TfsConfigurationServer

Parameters

uri
Type: System.Uri

The URI of the configuration server

credentials
Type: Microsoft.TeamFoundation.Client.TfsClientCredentials

The credentials which should be used for authentication

identityToImpersonate
Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor

The windows credentials which should be used for authentication

ExceptionCondition
ArgumentNullException

when uri or credentials is null

Show: