Поделиться через


VssHttpClientBase.SendAsync - метод (HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)

Пространство имен:  Microsoft.VisualStudio.Services.WebApi
Сборка:  Microsoft.VisualStudio.Services.WebApi (в Microsoft.VisualStudio.Services.WebApi.dll)

Синтаксис

'Декларация
Protected Function SendAsync ( _
    method As HttpMethod, _
    locationId As Guid, _
    routeValues As Object, _
    version As ApiResourceVersion, _
    content As HttpContent, _
    queryParameters As NameValueCollection, _
    userState As Object _
) As Task(Of HttpResponseMessage)
protected Task<HttpResponseMessage> SendAsync(
    HttpMethod method,
    Guid locationId,
    Object routeValues,
    ApiResourceVersion version,
    HttpContent content,
    NameValueCollection queryParameters,
    Object userState
)

Параметры

Возвращаемое значение

Тип: System.Threading.Tasks.Task<HttpResponseMessage>

Безопасность платформы .NET Framework

См. также

Ссылки

VssHttpClientBase Класс

SendAsync - перегрузка

Microsoft.VisualStudio.Services.WebApi - пространство имен