This documentation is archived and is not being maintained.
TfsConfigurationServer Constructor (Uri, ICredentials)
Visual Studio 2013
Initializes a new instance of the TfsConfigurationServer object.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | when uri or credentials 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: