VssHttpClientBase.CreateRequestMessage-Methode
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Function CreateRequestMessage ( _
method As HttpMethod, _
location As ApiResourceLocation, _
routeValues As Object, _
version As ApiResourceVersion, _
content As HttpContent, _
queryParameters As NameValueCollection _
) As HttpRequestMessage
protected HttpRequestMessage CreateRequestMessage(
HttpMethod method,
ApiResourceLocation location,
Object routeValues,
ApiResourceVersion version,
HttpContent content,
NameValueCollection queryParameters
)
Parameter
- method
Typ: System.Net.Http.HttpMethod
- routeValues
Typ: System.Object
- content
Typ: System.Net.Http.HttpContent
- queryParameters
Typ: System.Collections.Specialized.NameValueCollection
Rückgabewert
Typ: System.Net.Http.HttpRequestMessage
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.