HttpMapTileDataSource.AdditionalRequestHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets additional HTTP request headers and their values for fetching tiles from an HTTP source.
public:
property IMap<Platform::String ^, Platform::String ^> ^ AdditionalRequestHeaders { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> AdditionalRequestHeaders();
public IDictionary<string,string> AdditionalRequestHeaders { get; }
var iMap = httpMapTileDataSource.additionalRequestHeaders;
Public ReadOnly Property AdditionalRequestHeaders As IDictionary(Of String, String)
Property Value
Additional HTTP request headers and their values for fetching tiles from an HTTP source.