OperationResponse.Headers Property

When overridden in a derived class, contains the HTTP response headers associated with a single operation.

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

Syntax

'Declaration
Public ReadOnly Property Headers As IDictionary(Of String, String)
    Get
'Usage
Dim instance As OperationResponse 
Dim value As IDictionary(Of String, String)

value = instance.Headers
public IDictionary<string, string> Headers { get; }
public:
property IDictionary<String^, String^>^ Headers {
    IDictionary<String^, String^>^ get ();
}
member Headers : IDictionary<string, string>
function get Headers () : IDictionary<String, String>

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
IDictionary object that contains name value pairs of headers and values.

See Also

Reference

OperationResponse Class

System.Data.Services.Client Namespace