VssHttpClientBase.Send Method (HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.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
- method
Type: System.Net.Http.HttpMethod
- locationId
Type: System.Guid
- routeValues
Type: System.Object
- content
Type: System.Net.Http.HttpContent
- queryParameters
Type: System.Collections.Specialized.NameValueCollection
- userState
Type: System.Object
Return Value
Type: System.Net.Http.HttpResponseMessage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.