IDataServiceHost2.ResponseHeaders 属性
HTTP 响应的响应标头。
命名空间: System.Data.Services
程序集: Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)
语法
声明
ReadOnly Property ResponseHeaders As WebHeaderCollection
Get
用法
Dim instance As IDataServiceHost2
Dim value As WebHeaderCollection
value = instance.ResponseHeaders
WebHeaderCollection ResponseHeaders { get; }
property WebHeaderCollection^ ResponseHeaders {
WebHeaderCollection^ get ();
}
abstract ResponseHeaders : WebHeaderCollection
function get ResponseHeaders () : WebHeaderCollection
属性值
类型:System.Net.WebHeaderCollection
标头的字符串值。