IDataServiceHost2.ResponseHeaders Property
Response header for an HTTP response.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property ResponseHeaders As WebHeaderCollection
Get
'Usage
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
Property Value
Type: System.Net.WebHeaderCollection
String value of header.