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)
Syntax
'Declaration
Public Sub New ( _
uri As Uri, _
credentials As ICredentials _
)
public TfsConfigurationServer(
Uri uri,
ICredentials credentials
)
public:
TfsConfigurationServer(
Uri^ uri,
ICredentials^ credentials
)
new :
uri:Uri *
credentials:ICredentials -> TfsConfigurationServer
public function TfsConfigurationServer(
uri : Uri,
credentials : ICredentials
)
Parameters
uri
Type: System.UriThe universal resource identifier (URI) of the server that is running Team Foundation Server.
credentials
Type: System.Net.ICredentialsThe credentials that are used to authenticate the user to the server.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | when uri or credentials is null |
.NET Framework Security
- 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.
See Also
Reference
TfsConfigurationServer Overload
Microsoft.TeamFoundation.Client Namespace
Other Resources
Connect to Team Foundation Server from a Console Application