I need to get "Team Foundation Server List" programmatically with C#.
Is this possible? or uri must be specified as follows: TfsTeamProjectCollection tfs = new TfsTeamProjectCollection (new Uri ("http://servername:port/ "));
Thanks in advance
|
feedback
|
|
I had a scan through the documentation and couldn't find anything useful. I believe @samy is correct and there is no discovery mechanism. However if you are running this on a client machine that already has established connections to TFS then there is a history of servers stored in the registry:
| |||
feedback
|
|
I think the responsibility of keeping track of the servers is your responsibility. There's no discovery options for the servers as far as i know. So you need the uris | |||
|
feedback
|