zdk.net
|
Banafo Request state. More...
#include <BanafoRequestState.h>
Public Member Functions | |
BanafoRequestState (ZDK::Shared::BanafoRequestState src) | |
virtual long long | Handle () override |
virtual void | Initialize () override |
virtual void | ReleaseReference () override |
Public Attributes | |
ZDK::IBanafoRequestState * | cppRef = nullptr |
Properties | |
ZDK_NET::BanafoRequestStateType | State [get] |
The Banafo Service Request state. More... | |
int | NetworkStatusCode [get] |
The network status code. More... | |
System::String^ | Reason [get] |
HTTP failure reason. More... | |
System::String^ | Response [get] |
The response data buffer. More... | |
ZDK_NET::UploadProgress^ | Progress [get] |
The upload progress. More... | |
Banafo Request state.
Describes the current full state of the Banafo Service request.
|
get |
The network status code.
Contains the network state code if the new state is BanafoRequestStateType::NetworkError or BanafoRequestStateType::Finished. If the code is below 100 it is a CURL error code and its value can be checked here https:
If the code is above 100 it is a HTTP error code.
|
get |
The upload progress.
Contains the upload progress if the state is BanafoRequestStateType::InProgress.
|
get |
HTTP failure reason.
Contains the HTTP failure reason.
|
get |
The response data buffer.
Contains the response data buffer if the state is BanafoRequestStateType::Finished.
|
get |
The Banafo Service Request state.
Indicates the new state in which the Banafo Service Request has transitioned into.