dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
RequestResponse Class
Returns a promise that resolves to an object with the following specification. ArcGIS Maps SDK for JavaScript
public record RequestResponse : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.RequestResponse>
Inheritance System.Object 🡒 RequestResponse
Implements System.IEquatable<RequestResponse>
Constructors
RequestResponse(string, Nullable, RequestOptions, Nullable, string, GetAllHeaders, GetHeader) Constructor
Returns a promise that resolves to an object with the following specification. ArcGIS Maps SDK for JavaScript
public RequestResponse(string? Data=null, System.Nullable<int> HttpStatus=null, dymaptic.GeoBlazor.Core.Options.RequestOptions? RequestOptions=null, System.Nullable<bool> Ssl=null, string? Url=null, dymaptic.GeoBlazor.Core.Functions.GetAllHeaders? GetAllHeaders=null, dymaptic.GeoBlazor.Core.Functions.GetHeader? GetHeader=null);
Parameters
Data System.String
The requested data. ArcGIS Maps SDK for JavaScript
HttpStatus System.Nullable<System.Int32>
Since 4.26 The status code of the http response. ArcGIS Maps SDK for JavaScript
RequestOptions RequestOptions
The options specified by the user in the data request. ArcGIS Maps SDK for JavaScript
Ssl System.Nullable<System.Boolean>
Indicates if the request required https. ArcGIS Maps SDK for JavaScript
Url System.String
The URL used to request the data. ArcGIS Maps SDK for JavaScript
GetAllHeaders GetAllHeaders
Method for getting all headers sent from the server. ArcGIS Maps SDK for JavaScript
GetHeader GetHeader
Method for getting a header sent from the server. ArcGIS Maps SDK for JavaScript
Properties
RequestResponse.Data Property
The requested data. ArcGIS Maps SDK for JavaScript
public string? Data { get; init; }
Property Value
RequestResponse.GetAllHeaders Property
Method for getting all headers sent from the server. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Functions.GetAllHeaders? GetAllHeaders { get; init; }
Property Value
RequestResponse.GetHeader Property
Method for getting a header sent from the server. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Functions.GetHeader? GetHeader { get; init; }
Property Value
RequestResponse.HttpStatus Property
Since 4.26 The status code of the http response. ArcGIS Maps SDK for JavaScript
public System.Nullable<int> HttpStatus { get; init; }
Property Value
RequestResponse.RequestOptions Property
The options specified by the user in the data request. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Options.RequestOptions? RequestOptions { get; init; }
Property Value
RequestResponse.Ssl Property
Indicates if the request required https. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Ssl { get; init; }
Property Value
System.Nullable<System.Boolean>
RequestResponse.Url Property
The URL used to request the data. ArcGIS Maps SDK for JavaScript
public string? Url { get; init; }