TfsTeamProjectCollection Constructor (Uri, TfsClientCredentials, IdentityDescriptor, ITfsRequestChannelFactory, Boolean)

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

Syntax

'Declaration
Public Sub New ( _
    uri As Uri, _
    credentials As TfsClientCredentials, _
    identityToImpersonate As IdentityDescriptor, _
    channelFactory As ITfsRequestChannelFactory, _
    fromFactory As Boolean _
)
public TfsTeamProjectCollection(
    Uri uri,
    TfsClientCredentials credentials,
    IdentityDescriptor identityToImpersonate,
    ITfsRequestChannelFactory channelFactory,
    bool fromFactory
)
public:
TfsTeamProjectCollection(
    Uri^ uri, 
    TfsClientCredentials^ credentials, 
    IdentityDescriptor^ identityToImpersonate, 
    ITfsRequestChannelFactory^ channelFactory, 
    bool fromFactory
)
new : 
        uri:Uri * 
        credentials:TfsClientCredentials * 
        identityToImpersonate:IdentityDescriptor * 
        channelFactory:ITfsRequestChannelFactory * 
        fromFactory:bool -> TfsTeamProjectCollection
public function TfsTeamProjectCollection(
    uri : Uri, 
    credentials : TfsClientCredentials, 
    identityToImpersonate : IdentityDescriptor, 
    channelFactory : ITfsRequestChannelFactory, 
    fromFactory : boolean
)

Parameters

  • channelFactory
    Type: ITfsRequestChannelFactory

.NET Framework Security

See Also

Reference

TfsTeamProjectCollection Class

TfsTeamProjectCollection Overload

Microsoft.TeamFoundation.Client Namespace