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


VssHttpClientBase.CreateRequestMessageAsync - метод

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

Синтаксис

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

Параметры

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

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

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

См. также

Ссылки

VssHttpClientBase Класс

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