HttpResponse Struct
Data returned from HttpClient.Request(string, HttpRequestOptions, Action<Sansar.Simulation.HttpClient.RequestData>)
Syntax
[Sansar.Script.Interface]
public struct HttpResponse
public struct HttpResponse
Remarks
Documentation for this section has not yet been entered.
Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
Members
Member Details
Body Field
The response body.Syntax
[Sansar.Script.Interface]
public string BodyRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
Headers Field
The headers from the responseSyntax
[Sansar.Script.Interface]
public Dictionary<string, string> HeadersRemarks
May be null if HttpRequestOptions.RetrieveAllHeaders is false or if no headers are returned.Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
Status Field
The status code returned by the remote server.Syntax
[Sansar.Script.Interface]
public int StatusRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sansar.Simulation
Assembly: Sansar.Simulation (in Sansar.Simulation.dll)
Assembly Versions: 1.1.0.0
0 Comments