Udostępnij za pośrednictwem


Konstruktor TfsConfigurationServer — (Uri, ICredentials, ICredentialsProvider)

Uwaga: ten interfejs API jest już przestarzały.

Inicjuje nowe wystąpienie obiektu TfsConfigurationServer.

Przestrzeń nazw:  Microsoft.TeamFoundation.Client
Zestaw:  Microsoft.TeamFoundation.Client (w Microsoft.TeamFoundation.Client.dll)

Składnia

'Deklaracja
<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, _
    credentials As ICredentials, _
    credentialsProvider As ICredentialsProvider _
)
[ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")]
public TfsConfigurationServer(
    Uri uri,
    ICredentials credentials,
    ICredentialsProvider credentialsProvider
)

Parametry

  • uri
    Typ: System.Uri
    Universal resource identifier (URI) serwera z systemem Team Foundation Server.
  • credentials
    Typ: System.Net.ICredentials
    Poświadczenia, które są używane do uwierzytelniania użytkownika do serwera.

Wyjątki

Wyjątek Warunek
ArgumentNullException

when uri or credentials is null

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TfsConfigurationServer Klasa

Przeciążenie TfsConfigurationServer

Przestrzeń nazw Microsoft.TeamFoundation.Client

Inne zasoby

Połączyć się z aplikacji konsoli Team Foundation Server

Acting on Behalf of Another User (Impersonation)