This documentation is archived and is not being maintained.

TfsConfigurationServer Constructor (Uri, ICredentialsProvider)

Note: This API is now obsolete.

Initializes a new instance of the TfsConfigurationServer object.

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

[<ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")>]
new : 
        uri:Uri * 
        credentialsProvider:ICredentialsProvider -> TfsConfigurationServer

Parameters

uri
Type: System.Uri

The uniform resource identifier (URI) of the server that is running Team Foundation Server.

credentialsProvider
Type: Microsoft.TeamFoundation.Client.ICredentialsProvider

Called to obtain new credentials when the calling credentials fail.

ExceptionCondition
ArgumentNullException

when uri or credentialsProvider is null

Show: