TfsConfigurationServer Constructor (Uri, ICredentials, 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)

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")> _
Public Sub New ( _
    uri As Uri, _
    credentials As ICredentials, _
    credentialsProvider As ICredentialsProvider _
)
[ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")]
public TfsConfigurationServer(
    Uri uri,
    ICredentials credentials,
    ICredentialsProvider credentialsProvider
)
[ObsoleteAttribute(L"This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")]
public:
TfsConfigurationServer(
    Uri^ uri, 
    ICredentials^ credentials, 
    ICredentialsProvider^ credentialsProvider
)
[<ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")>]
new : 
        uri:Uri * 
        credentials:ICredentials * 
        credentialsProvider:ICredentialsProvider -> TfsConfigurationServer
public function TfsConfigurationServer(
    uri : Uri, 
    credentials : ICredentials, 
    credentialsProvider : ICredentialsProvider
)

Parameters

  • uri
    Type: System.Uri

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

Exceptions

Exception Condition
ArgumentNullException

when uri or credentials is null

.NET Framework Security

See Also

Reference

TfsConfigurationServer Class

TfsConfigurationServer Overload

Microsoft.TeamFoundation.Client Namespace

Other Resources

Connect to Team Foundation Server from a Console Application

Connect to Team Foundation Server from a Console Application