Aracılığıyla paylaş


TfsConfigurationServer Oluşturucu (Uri, ICredentials, ICredentialsProvider, IdentityDescriptor)

Not: Bu API artık kullanılmıyor.

TfsConfigurationServer nesnenin yeni bir örneğini başlatır.

Ad alanı:  Microsoft.TeamFoundation.Client
Derleme:  Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll içinde)

Sözdizimi

'Bildirim
<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, _
    identityToImpersonate As IdentityDescriptor _
)
[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,
    IdentityDescriptor identityToImpersonate
)

Parametreler

  • uri
    Tür: System.Uri
    Team Foundation Server çalıştıran sunucunun evrensel kaynak tanımlayıcısı (URI).
  • credentials
    Tür: System.Net.ICredentials
    Kullanıcının kimliğini sunucuda doğrulamak için kullanılan kimlik bilgileri.

Özel Durumlar

Exception Koşul
ArgumentNullException

uri veya credentials null olduğunda

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TfsConfigurationServer Sınıf

TfsConfigurationServer Fazla Yük

Microsoft.TeamFoundation.Client Ad Alanı

Diğer Kaynaklar

Bir Konsol Uygulamasından Team Foundation Server'a Bağlanma

Bir Konsol Uygulamasından Team Foundation Server'a Bağlanma