Compartir a través de


FeedResourceResponse.Headers Propiedad

Definición

Obtiene o establece un diccionario opcional de valores de encabezado que el proveedor de fuentes puede haber devuelto de una solicitud web.

public:
 property IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ Headers { IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ get(); void set(IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ value); };
IIterable<IKeyValuePair<winrt::hstring, winrt::hstring const&>> Headers();

void Headers(IIterable<IKeyValuePair<winrt::hstring, winrt::hstring const&>> value);
public IEnumerable<KeyValuePair<string,string>> Headers { get; set; }
var iIterable = feedResourceResponse.headers;
feedResourceResponse.headers = iIterable;
Public Property Headers As IEnumerable(Of KeyValuePair(Of String, String))

Valor de propiedad

IIterable<IKeyValuePair<String,String>>

IEnumerable<KeyValuePair<String,String>>

IIterable<IKeyValuePair<Platform::String,Platform::String>>

IIterable<IKeyValuePair<winrt::hstring,winrt::hstring>>

Diccionario de valores de encabezado.

Se aplica a