This documentation is archived and is not being maintained.

CookieCredential Constructor (Boolean)

Initializes a new CookieCredential instance.

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

public:
CookieCredential(
	bool useCache
)

Parameters

useCache
Type: System::Boolean

True to load cached cookies if it is possible or false to force a prompt

Show: