ClientNotificationHttpClient 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
    Microsoft.VisualStudio.Services.ClientNotification.Client.ClientNotificationHttpClient

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

Syntax

'Declaration
<ServiceDefinitionAttribute("IClientNotificationService", "C2845FF0-342A-4059-A831-AA7A5BF00FF0",  _
    "951917AC-A960-4999-8464-E3F0AA25B381")> _
Public Class ClientNotificationHttpClient _
    Inherits VssHttpClientBase
[ServiceDefinitionAttribute("IClientNotificationService", "C2845FF0-342A-4059-A831-AA7A5BF00FF0", 
    "951917AC-A960-4999-8464-E3F0AA25B381")]
public class ClientNotificationHttpClient : VssHttpClientBase
[ServiceDefinitionAttribute(L"IClientNotificationService", L"C2845FF0-342A-4059-A831-AA7A5BF00FF0", 
    L"951917AC-A960-4999-8464-E3F0AA25B381")]
public ref class ClientNotificationHttpClient : public VssHttpClientBase
[<ServiceDefinitionAttribute("IClientNotificationService", "C2845FF0-342A-4059-A831-AA7A5BF00FF0", 
    "951917AC-A960-4999-8464-E3F0AA25B381")>]
type ClientNotificationHttpClient =  
    class 
        inherit VssHttpClientBase 
    end
public class ClientNotificationHttpClient extends VssHttpClientBase

The ClientNotificationHttpClient type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Client (Inherited from VssHttpClientBase.)
Public property DefaultRequestHeaders (Inherited from VssHttpClientBase.)
Protected property Formatter (Inherited from VssHttpClientBase.)
Public property LastResponseContext (Inherited from VssHttpClientBase.)
Public property MaxResponseContentBufferSize (Inherited from VssHttpClientBase.)
Public property Timeout (Inherited from VssHttpClientBase.)
Protected property TranslatedExceptions (Overrides VssHttpClientBase.TranslatedExceptions.)

Top

Methods

  Name Description
Protected method CreateRequestMessage (Inherited from VssHttpClientBase.)
Protected method CreateRequestMessageAsync (Inherited from VssHttpClientBase.)
Protected method DeleteAsync (Inherited from VssHttpClientBase.)
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) (Inherited from VssHttpClientBase.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetResourceLocationAsync (Inherited from VssHttpClientBase.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method HandleResponse (Inherited from VssHttpClientBase.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method NegotiateRequestVersion (Inherited from VssHttpClientBase.)
Protected method NegotiateRequestVersionAsync (Inherited from VssHttpClientBase.)
Protected method PatchAsync(Guid, Object, ApiResourceVersion, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Protected method PatchAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Protected method PatchAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Protected method PostAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Protected method PostAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Protected method PutAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Protected method PutAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Public method RegisterNotificationAsync
Protected method Send(HttpRequestMessage, Object) (Inherited from VssHttpClientBase.)
Protected method Send(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Protected method SendAsync<T>(HttpRequestMessage, Object, CancellationToken) (Inherited from VssHttpClientBase.)
Protected method SendAsync<T>(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.Services.ClientNotification.Client Namespace