VssConnection.GetClient Method (Type)

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public Function GetClient ( _
    vssHttpClientBaseType As Type _
) As Object
public Object GetClient(
    Type vssHttpClientBaseType
)
public:
Object^ GetClient(
    Type^ vssHttpClientBaseType
)
member GetClient : 
        vssHttpClientBaseType:Type -> Object
public function GetClient(
    vssHttpClientBaseType : Type
) : Object

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

VssConnection Class

GetClient Overload

Microsoft.VisualStudio.Services.Client Namespace