TeamFoundationServer Constructor (Uri, ICredentials)

Initializes a new TeamFoundationServer object that is associated with the specified uniform resource identifier (URI) and credentials.

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

Syntax

'宣言
Public Sub New ( _
    uri As Uri, _
    credentials As ICredentials _
)
public TeamFoundationServer(
    Uri uri,
    ICredentials credentials
)
public:
TeamFoundationServer(
    Uri^ uri, 
    ICredentials^ credentials
)
new : 
        uri:Uri * 
        credentials:ICredentials -> TeamFoundationServer
public function TeamFoundationServer(
    uri : Uri, 
    credentials : ICredentials
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

TeamFoundationServer Overload

Microsoft.TeamFoundation.Client Namespace