TeamFoundationSoapProxy.GetConnectionGroupName Method
Gets the connection group name that is specified by a uniform resource identifier (URI) and credentials combination.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Function GetConnectionGroupName ( _
uri As Uri, _
credentials As ICredentials _
) As String
public static string GetConnectionGroupName(
Uri uri,
ICredentials credentials
)
public:
static String^ GetConnectionGroupName(
Uri^ uri,
ICredentials^ credentials
)
static member GetConnectionGroupName :
uri:Uri *
credentials:ICredentials -> string
public static function GetConnectionGroupName(
uri : Uri,
credentials : ICredentials
) : String
Parameters
uri
Type: System.UriThe URI of the server.
credentials
Type: System.Net.ICredentialsThe credentials that are used to authenticate with the server.
Return Value
Type: System.String
The name of the connection group.
.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.