IdentityHttpClient Class
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
Microsoft.VisualStudio.Services.Identity.Client.IdentityHttpClient
Namespace: Microsoft.VisualStudio.Services.Identity.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")> _
Public Class IdentityHttpClient _
Inherits VssHttpClientBase
[ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")]
public class IdentityHttpClient : VssHttpClientBase
[ServiceOwnerAttribute(L"951917AC-A960-4999-8464-E3F0AA25B381", L"00000001-0000-8888-8000-000000000000")]
public ref class IdentityHttpClient : public VssHttpClientBase
[<ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")>]
type IdentityHttpClient =
class
inherit VssHttpClientBase
end
public class IdentityHttpClient extends VssHttpClientBase
The IdentityHttpClient type exposes the following members.
Constructors
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 | (Overrides VssHttpClientBase.TranslatedExceptions.) |
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.