SecurityHttpClient Class
本文內容
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
Microsoft.VisualStudio.Services.Security.Client.SecurityHttpClient
Namespace: Microsoft.VisualStudio.Services.Security.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 SecurityHttpClient _
Inherits VssHttpClientBase
[ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")]
public class SecurityHttpClient : VssHttpClientBase
[ServiceOwnerAttribute(L"951917AC-A960-4999-8464-E3F0AA25B381", L"00000001-0000-8888-8000-000000000000")]
public ref class SecurityHttpClient : public VssHttpClientBase
[<ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")>]
type SecurityHttpClient =
class
inherit VssHttpClientBase
end
public class SecurityHttpClient extends VssHttpClientBase
The SecurityHttpClient type exposes the following members.
Constructors
Top
Properties
Top
Methods
CreateRequestMessage
(Inherited from VssHttpClientBase .)
CreateRequestMessageAsync
(Inherited from VssHttpClientBase .)
DeleteAsync
(Inherited from VssHttpClientBase .)
Equals
Determines whether the specified object is equal to the current object. (Inherited from Object .)
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object .)
GetAsync(Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
GetHashCode
Serves as the default hash function. (Inherited from Object .)
GetResourceLocationAsync
(Inherited from VssHttpClientBase .)
GetType
Gets the Type of the current instance. (Inherited from Object .)
HandleResponse
(Inherited from VssHttpClientBase .)
HasPermissionAsync
MemberwiseClone
Creates a shallow copy of the current Object . (Inherited from Object .)
NegotiateRequestVersion
(Inherited from VssHttpClientBase .)
NegotiateRequestVersionAsync
(Inherited from VssHttpClientBase .)
PatchAsync(Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
PatchAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
PatchAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
PostAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
PostAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
PutAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
PutAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
QueryAccessControlListsAsync
QuerySecurityNamespacesAsync
RemoveAccessControlEntriesAsync
RemoveAccessControlListsAsync
RemovePermissionAsync
Send(HttpRequestMessage, Object)
(Inherited from VssHttpClientBase .)
Send(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
SendAsync(HttpRequestMessage, HttpCompletionOption, Object, CancellationToken)
(Inherited from VssHttpClientBase .)
SendAsync<T>(HttpRequestMessage, Object, CancellationToken)
(Inherited from VssHttpClientBase .)
SendAsync<T>(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)
(Inherited from VssHttpClientBase .)
SetAccessControlEntriesAsync
SetAccessControlListsAsync
SetInheritFlagAsync
ToString
Returns a string that represents the current object. (Inherited from Object .)
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.Security.Client Namespace