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.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
Microsoft.VisualStudio.Services.Profile.Client.ProfileHttpClientBase
Microsoft.VisualStudio.Services.Profile.FrameworkProfileHttpClient
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Class FrameworkProfileHttpClient _
Inherits ProfileHttpClientBase
public class FrameworkProfileHttpClient : ProfileHttpClientBase
public ref class FrameworkProfileHttpClient : public ProfileHttpClientBase
type FrameworkProfileHttpClient =
class
inherit ProfileHttpClientBase
end
public class FrameworkProfileHttpClient extends ProfileHttpClientBase
The FrameworkProfileHttpClient type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FrameworkProfileHttpClient(Uri, VssCredentials) | |
![]() |
FrameworkProfileHttpClient(Uri, VssCredentials, array<DelegatingHandler[]) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Client | (Inherited from VssHttpClientBase.) |
![]() |
DefaultRequestHeaders | (Inherited from VssHttpClientBase.) |
![]() |
Formatter | (Inherited from VssHttpClientBase.) |
![]() |
LastResponseContext | (Inherited from VssHttpClientBase.) |
![]() |
MaxResponseContentBufferSize | (Inherited from VssHttpClientBase.) |
![]() |
Timeout | (Inherited from VssHttpClientBase.) |
![]() |
TranslatedExceptions | (Inherited from ProfileHttpClientBase.) |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.