VssHttpClientBase.SendAsync<T>, méthode (HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)
Espace de noms : Microsoft.VisualStudio.Services.WebApi
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
Protected Function SendAsync(Of T) ( _
method As HttpMethod, _
locationId As Guid, _
routeValues As Object, _
version As ApiResourceVersion, _
content As HttpContent, _
queryParameters As NameValueCollection, _
userState As Object _
) As Task(Of T)
protected Task<T> SendAsync<T>(
HttpMethod method,
Guid locationId,
Object routeValues,
ApiResourceVersion version,
HttpContent content,
NameValueCollection queryParameters,
Object userState
)
Paramètres de type
- T
Paramètres
- method
Type : System.Net.Http.HttpMethod
- locationId
Type : System.Guid
- routeValues
Type : System.Object
- version
Type : Microsoft.VisualStudio.Services.WebApi.ApiResourceVersion
- content
Type : System.Net.Http.HttpContent
- queryParameters
Type : System.Collections.Specialized.NameValueCollection
- userState
Type : System.Object
Valeur de retour
Type : System.Threading.Tasks.Task<T>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.