This documentation is archived and is not being maintained.

TfsConfigurationServer Constructor (Uri, ICredentials)

Initializes a new instance of the TfsConfigurationServer object.

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

public:
TfsConfigurationServer(
	Uri^ uri, 
	ICredentials^ credentials
)

Parameters

uri
Type: System::Uri

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

credentials
Type: System.Net::ICredentials

The credentials that are used to authenticate the user to the server.

ExceptionCondition
ArgumentNullException

when uri or credentials is null

Show: