OperationResponse.Headers Vlastnost

Definice

Při přepsání v odvozené třídě obsahuje hlavičky odpovědi HTTP přidružené k jedné operaci.

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)

Hodnota vlastnosti

IDictionary objekt, který obsahuje dvojice hodnot názvů záhlaví a hodnot.

Platí pro