OperationResponse.Headers Egenskap

Definition

När den åsidosättas i en härledd klass innehåller den HTTP-svarsrubriker som är associerade med en enda åtgärd.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Headers { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
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)

Egenskapsvärde

IDictionary objekt som innehåller namnvärdepar med rubriker och värden.

Gäller för