VssHttpClientBase Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Services.Common.VssHttpClientBase
    More...

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public MustInherit Class VssHttpClientBase
public abstract class VssHttpClientBase
public ref class VssHttpClientBase abstract
[<AbstractClass>]
type VssHttpClientBase =  class end
public abstract class VssHttpClientBase

The VssHttpClientBase type exposes the following members.

Constructors

  Name Description
Public method VssHttpClientBase(Uri, VssCredentials)
Public method VssHttpClientBase(Uri, VssCredentials, VssHttpRequestSettings)
Protected method VssHttpClientBase(Uri, VssCredentials, DelegatingHandler[])
Protected method VssHttpClientBase(Uri, VssCredentials, VssHttpRequestSettings, DelegatingHandler[])

Top

Properties

  Name Description
Public property Client
Public property DefaultRequestHeaders
Protected property Formatter
Public property LastResponseContext
Public property MaxResponseContentBufferSize
Public property Timeout
Protected property TranslatedExceptions

Top

Methods

  Name Description
Protected method CreateRequestMessage
Protected method CreateRequestMessageAsync
Protected method DeleteAsync
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetAsync(Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Protected method GetAsync<TResult>(Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Protected method GetResourceLocationAsync
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method HandleResponse
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method NegotiateRequestVersion
Protected method NegotiateRequestVersionAsync
Protected method PatchAsync(Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Protected method PatchAsync<TResult>(Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Protected method PatchAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Protected method PatchAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Protected method PostAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Protected method PostAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Protected method PutAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Protected method PutAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Protected method Send(HttpRequestMessage, Object)
Protected method Send(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)
Protected method SendAsync(HttpRequestMessage, Object, CancellationToken)
Protected method SendAsync(HttpRequestMessage, HttpCompletionOption, Object, CancellationToken)
Protected method SendAsync(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)
Protected method SendAsync<T>(HttpRequestMessage, Object, CancellationToken)
Protected method SendAsync<T>(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member UserStatePropertyName

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.Common Namespace

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Services.Common.VssHttpClientBase
    Microsoft.TeamFoundation.SourceControl.WebApi.GitHttpClient
    Microsoft.TeamFoundation.SourceControl.WebApi.TfvcHttpClient
    Microsoft.VisualStudio.Services.Account.Client.AccountHttpClient
    Microsoft.VisualStudio.Services.Commerce.Client.MeteringHttpClient
    Microsoft.VisualStudio.Services.FileContainer.Client.FileContainerHttpClient
    Microsoft.VisualStudio.Services.Identity.Client.IdentityHttpClient
    Microsoft.VisualStudio.Services.Licensing.Client.LicensingHttpClient
    Microsoft.VisualStudio.Services.Location.Client.LocationHttpClient
    Microsoft.VisualStudio.Services.OAuth.Client.OAuthHttpClient
    Microsoft.VisualStudio.Services.Profile.Client.ProfileHttpClientBase
    Microsoft.VisualStudio.Services.Security.Client.SecurityHttpClient