OAuthHttpClient Class
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
Microsoft.VisualStudio.Services.OAuth.Client.OAuthHttpClient
Namespace: Microsoft.VisualStudio.Services.OAuth.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Class OAuthHttpClient _
Inherits VssHttpClientBase
public class OAuthHttpClient : VssHttpClientBase
public ref class OAuthHttpClient : public VssHttpClientBase
type OAuthHttpClient =
class
inherit VssHttpClientBase
end
public class OAuthHttpClient extends VssHttpClientBase
The OAuthHttpClient 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 | (Inherited from VssHttpClientBase.) |
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.