This documentation is archived and is not being maintained.
TfsConfigurationServer Constructor (Uri, ICredentialsProvider)
Visual Studio 2013
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)
'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, _ credentialsProvider As ICredentialsProvider _ )
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | when uri or credentialsProvider is null |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: