Show / Hide Table of Contents

Struct Response

A response from a IFileSource request.

Namespace:Mapbox.Platform
Assembly:Mapbox.Platform.dll
Syntax
public struct Response

Fields

Data

Raw data fetched from the request.

Declaration
public byte[] Data
Field Value
Type Description
System.Byte[]

Error

Error description, set on error, empty otherwise.

Declaration
public string Error
Field Value
Type Description
System.String

Headers

Headers of the response.

Declaration
public Dictionary<string, string> Headers
Field Value
Type Description
Dictionary<System.String, System.String>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX