Share via


OperationResponse.Headers Property

Definition

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

public System.Collections.Generic.IDictionary<string,string> Headers { get; }
member this.Headers : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Headers As IDictionary(Of String, String)

Property Value

IDictionary object that contains name value pairs of headers and values.

Applies to