IdentityHttpClient Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
    Microsoft.VisualStudio.Services.Identity.Client.IdentityHttpClient

Namespace:  Microsoft.VisualStudio.Services.Identity.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")> _
Public Class IdentityHttpClient _
    Inherits VssHttpClientBase
[ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")]
public class IdentityHttpClient : VssHttpClientBase
[ServiceOwnerAttribute(L"951917AC-A960-4999-8464-E3F0AA25B381", L"00000001-0000-8888-8000-000000000000")]
public ref class IdentityHttpClient : public VssHttpClientBase
[<ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")>]
type IdentityHttpClient =  
    class 
        inherit VssHttpClientBase 
    end
public class IdentityHttpClient extends VssHttpClientBase

The IdentityHttpClient type exposes the following members.

Constructors

  Name Description
Public method IdentityHttpClient(Uri, VssCredentials)
Public method IdentityHttpClient(Uri, VssCredentials, VssHttpRequestSettings)
Public method IdentityHttpClient(Uri, VssCredentials, array<DelegatingHandler[])
Public method IdentityHttpClient(Uri, VssCredentials, VssHttpRequestSettings, array<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
Public method AddMemberToGroupAsync(IdentityDescriptor, IdentityDescriptor, Object)
Public method AddMemberToGroupAsync(IdentityDescriptor, Guid, Object)
Public method AddMemberToGroupAsyncInternal
Public method CreateGroupsAsync
Protected method CreateRequestMessage (Inherited from VssHttpClientBase.)
Protected method CreateRequestMessageAsync (Inherited from VssHttpClientBase.)
Public method CreateScopeAsync
Protected method DeleteAsync (Inherited from VssHttpClientBase.)
Public method DeleteGroupAsync(Guid, Object)
Public method DeleteGroupAsync(IdentityDescriptor, Object)
Public method DeleteScopeAsync
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 the default hash function. (Inherited from Object.)
Public method GetIdentityChangesAsync
Protected method GetResourceLocationAsync (Inherited from VssHttpClientBase.)
Public method GetScopeAsync(Guid, Object)
Public method GetScopeAsync(String, Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method HandleResponse (Inherited from VssHttpClientBase.)
Public method IsMember
Public method ListGroupsAsync
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 ReadIdentitiesAsync(Guid, QueryMembership, IEnumerable<String>, Object)
Public method ReadIdentitiesAsync(QueryMembership, IEnumerable<String>, Boolean, Object)
Public method ReadIdentitiesAsync(IList<Guid>, QueryMembership, IEnumerable<String>, Boolean, Object)
Public method ReadIdentitiesAsync(IList<IdentityDescriptor>, QueryMembership, IEnumerable<String>, Boolean, Object)
Public method ReadIdentitiesAsync(IdentitySearchFilter, String, QueryMembership, IEnumerable<String>, Object)
Public method ReadIdentityAsync(Guid, QueryMembership, IEnumerable<String>, Object)
Public method ReadIdentityAsync(String, QueryMembership, IEnumerable<String>, Object)
Public method RemoveMemberFromGroupAsync
Public method RenameScopeAsync
Protected method Send(HttpRequestMessage, Object) (Inherited from VssHttpClientBase.)
Protected method Send(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object) (Inherited from VssHttpClientBase.)
Protected method SendAsync(HttpRequestMessage, HttpCompletionOption, Object, CancellationToken) (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.)
Public method UpdateIdentitiesAsync
Public method UpdateIdentityAsync

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.Identity.Client Namespace