Initializes a new TeamFoundationServer object that is associated with the specified URL and credentials.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
声明
Public Sub New ( _
    url As String, _
    credentials As ICredentials, _
    credentialsProvider As ICredentialsProvider _
)
public TeamFoundationServer(
    string url,
    ICredentials credentials,
    ICredentialsProvider credentialsProvider
)
public:
TeamFoundationServer(
    String^ url, 
    ICredentials^ credentials, 
    ICredentialsProvider^ credentialsProvider
)
new : 
        url:string * 
        credentials:ICredentials * 
        credentialsProvider:ICredentialsProvider -> TeamFoundationServer
public function TeamFoundationServer(
    url : String, 
    credentials : ICredentials, 
    credentialsProvider : ICredentialsProvider
)
Parameters
- url
 Type: System.String
 The URL of the server.
- credentials
 Type: System.Net.ICredentials
 The credentials that are used to authenticate the user.
- credentialsProvider
 Type: Microsoft.TeamFoundation.Client.ICredentialsProvider
 The credentials provider to use if the credentials of the current environment fail.
.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.