VssHttpClientBase.Send Method (HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Protected Function Send ( _
    method As HttpMethod, _
    locationId As Guid, _
    routeValues As Object, _
    version As ApiResourceVersion, _
    content As HttpContent, _
    queryParameters As NameValueCollection, _
    userState As Object _
) As HttpResponseMessage
protected HttpResponseMessage Send(
    HttpMethod method,
    Guid locationId,
    Object routeValues,
    ApiResourceVersion version,
    HttpContent content,
    NameValueCollection queryParameters,
    Object userState
)
protected:
HttpResponseMessage^ Send(
    HttpMethod^ method, 
    Guid locationId, 
    Object^ routeValues, 
    ApiResourceVersion^ version, 
    HttpContent^ content, 
    NameValueCollection^ queryParameters, 
    Object^ userState
)
member Send : 
        method:HttpMethod * 
        locationId:Guid * 
        routeValues:Object * 
        version:ApiResourceVersion * 
        content:HttpContent * 
        queryParameters:NameValueCollection * 
        userState:Object -> HttpResponseMessage
protected function Send(
    method : HttpMethod, 
    locationId : Guid, 
    routeValues : Object, 
    version : ApiResourceVersion, 
    content : HttpContent, 
    queryParameters : NameValueCollection, 
    userState : Object
) : HttpResponseMessage

Parameters

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

VssHttpClientBase Class

Send Overload

Microsoft.VisualStudio.Services.Common Namespace