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