Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    tfs As TfsTeamProjectCollection, _
    url As Uri _
)
public ProxyStatistics(
    TfsTeamProjectCollection tfs,
    Uri url
)
public:
ProxyStatistics(
    TfsTeamProjectCollection^ tfs, 
    Uri^ url
)
new : 
        tfs:TfsTeamProjectCollection * 
        url:Uri -> ProxyStatistics
public function ProxyStatistics(
    tfs : TfsTeamProjectCollection, 
    url : Uri
)
Parameters
- url
 Type: System.Uri
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.