Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Services.Profile.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
    baseUrl As Uri, _
    credentials As VssCredentials, _
    ParamArray handlers As DelegatingHandler() _
)
public ProfileHttpClient(
    Uri baseUrl,
    VssCredentials credentials,
    params DelegatingHandler[] handlers
)
public:
ProfileHttpClient(
    Uri^ baseUrl, 
    VssCredentials^ credentials, 
    ... array<DelegatingHandler^>^ handlers
)
new : 
        baseUrl:Uri * 
        credentials:VssCredentials * 
        handlers:DelegatingHandler[] -> ProfileHttpClient
public function ProfileHttpClient(
    baseUrl : Uri, 
    credentials : VssCredentials, 
    ... handlers : DelegatingHandler[]
)
Parameters
- baseUrl
 Type: System.Uri
- credentials
 Type: Microsoft.VisualStudio.Services.Common.VssCredentials
- handlers
 Type: array<System.Net.Http.DelegatingHandler[]
.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.