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