Freigeben über


DataServiceOperationContext.ResponseHeaders-Eigenschaft

Ruft die Antwortheader für den aktuellen Vorgang ab.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property ResponseHeaders As WebHeaderCollection
    Get
'Usage
Dim instance As DataServiceOperationContext
Dim value As WebHeaderCollection

value = instance.ResponseHeaders
public WebHeaderCollection ResponseHeaders { get; }
public:
property WebHeaderCollection^ ResponseHeaders {
    WebHeaderCollection^ get ();
}
member ResponseHeaders : WebHeaderCollection
function get ResponseHeaders () : WebHeaderCollection

Eigenschaftswert

Typ: System.Net.WebHeaderCollection
Ein WebHeaderCollection-Objekt, das die Antwortheader enthält.

Siehe auch

Verweis

DataServiceOperationContext Klasse

System.Data.Services-Namespace