Sdílet prostřednictvím


DataServiceRequestArgs.Headers Vlastnost

Definice

Získá hlavičky ve zprávě požadavku.

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

Hodnota vlastnosti

Hlavičky ve zprávě požadavku.

Poznámky

Odpověď je Dictionary<TKey,TValue> objekt, který obsahuje páry řetězců klíč-hodnota pro každou hlavičku v požadavku.

U hlaviček ve Headers vlastnosti se neprovádí žádné ověření. Proto se ujistěte, že neměňte hlavičku HTTP způsobem, který mění význam požadavku.

Platí pro