ksIWebRequest response ojbect.
More...
ksIWebRequest response ojbect.
◆ Handler()
delegate void KS.Reactor.ksWebResponse.Handler |
( |
ksWebResponse |
response | ) |
|
◆ AsyncState
object KS.Reactor.ksWebResponse.AsyncState |
|
getset |
Asynchronous object passed into the request.
◆ Data
byte [] KS.Reactor.ksWebResponse.Data |
|
getset |
◆ Error
string KS.Reactor.ksWebResponse.Error |
|
getset |
◆ Headers
WebHeaderCollection KS.Reactor.ksWebResponse.Headers |
|
getset |
◆ JSON
ksJSON? KS.Reactor.ksWebResponse.JSON |
|
get |
Response JSON if the response content-type was application/json.
◆ ReplyTime
int KS.Reactor.ksWebResponse.ReplyTime |
|
getset |
Amount of time in milliseconds the request took.
◆ StatusCode
long KS.Reactor.ksWebResponse.StatusCode |
|
getset |
HTTP response status code.
◆ StatusMessage
string KS.Reactor.ksWebResponse.StatusMessage |
|
getset |
HTTP response status message.
◆ String
string? KS.Reactor.ksWebResponse.String |
|
get |