Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
Microsoft.VisualStudio.Services.Profile.Client.ProfileHttpClientBase
Microsoft.VisualStudio.Services.Profile.Client.ProfileHttpClient
Microsoft.VisualStudio.Services.Profile.FrameworkProfileHttpClient
Namespace: Microsoft.VisualStudio.Services.Profile.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 MustInherit Class ProfileHttpClientBase _
Inherits VssHttpClientBase
[ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")]
public abstract class ProfileHttpClientBase : VssHttpClientBase
[ServiceOwnerAttribute(L"951917AC-A960-4999-8464-E3F0AA25B381", L"00000001-0000-8888-8000-000000000000")]
public ref class ProfileHttpClientBase abstract : public VssHttpClientBase
[<AbstractClass>]
[<ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")>]
type ProfileHttpClientBase =
class
inherit VssHttpClientBase
end
public abstract class ProfileHttpClientBase extends VssHttpClientBase
The ProfileHttpClientBase type exposes the following members.
Constructors
Top
Properties
Top
Methods
.gif) |
CreateProfileAsync |
|
.gif) |
CreateRequestMessage |
(Inherited from VssHttpClientBase.) |
.gif) |
CreateRequestMessageAsync |
(Inherited from VssHttpClientBase.) |
.gif) |
DeleteAsync |
(Inherited from VssHttpClientBase.) |
.gif) |
DeleteAttributeAsync |
|
.gif) |
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
.gif) |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) |
GetAcceptedTermsOfServiceAsync |
|
.gif) |
GetAsync(Guid, Object, ApiResourceVersion, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
GetAttributeAsync |
|
.gif) |
GetAttributesAsync |
|
.gif) |
GetAvatarAsync(Avatar, String, Object) |
|
.gif) |
GetAvatarAsync(AvatarSize, String, Object) |
|
.gif) |
GetCountriesAsync |
|
.gif) |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
.gif) |
GetLatestTermsofServiceAsync |
|
.gif) |
GetProfileAsync |
|
.gif) |
GetProfileLocationsAsync |
|
.gif) |
GetPropertyAsync |
|
.gif) |
GetResourceLocationAsync |
(Inherited from VssHttpClientBase.) |
.gif) |
GetServiceSettingAsync |
|
.gif) |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
.gif) |
HandleResponse |
(Inherited from VssHttpClientBase.) |
.gif) |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) |
NegotiateRequestVersion |
(Inherited from VssHttpClientBase.) |
.gif) |
NegotiateRequestVersionAsync |
(Inherited from VssHttpClientBase.) |
.gif) |
PatchAsync(Guid, Object, ApiResourceVersion, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
PatchAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
PatchAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
PostAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
PostAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
PutAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
PutAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
Send(HttpRequestMessage, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
Send(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
SendAsync(HttpRequestMessage, HttpCompletionOption, Object, CancellationToken) |
(Inherited from VssHttpClientBase.) |
.gif) |
SendAsync<T>(HttpRequestMessage, Object, CancellationToken) |
(Inherited from VssHttpClientBase.) |
.gif) |
SendAsync<T>(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object) |
(Inherited from VssHttpClientBase.) |
.gif) |
SetAttributeAsync |
|
.gif) |
SetAttributesAsync |
|
.gif) |
SetAvatarAsync |
|
.gif) |
SetPropertyAsync |
|
.gif) |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
.gif) |
UpdateProfileAsync |
|
.gif) |
VerifyAndUpdatePreferredEmailAsync |
|
Top
Fields
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.Profile.Client Namespace