命名空间: Microsoft.VisualStudio.Services.WebApi
程序集: Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)
语法
声明
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
)
参数
- method
类型:System.Net.Http.HttpMethod
- ___location
类型:Microsoft.VisualStudio.Services.WebApi.ApiResourceLocation
- routeValues
类型:System.Object
- content
类型:System.Net.Http.HttpContent
- queryParameters
类型:System.Collections.Specialized.NameValueCollection
返回值
类型:System.Net.Http.HttpRequestMessage
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。