6 #ifndef ZDK_NET_BanafoRequestState_h
7 #define ZDK_NET_BanafoRequestState_h
9 #include "native_shared_ptr.h"
10 #include "PublicInterfaces.h"
11 #include "BanafoRequestStateType.h"
12 #include "UploadProgress.h"
15 using namespace System::Collections::Generic;
19 ref class UploadProgress;
28 ZDK::IBanafoRequestState* cppRef =
nullptr;
42 property ZDK_NET::BanafoRequestStateType State
44 ZDK_NET::BanafoRequestStateType get();
59 property int NetworkStatusCode
70 property System::String^ Reason
72 System::String^ get();
81 property System::String^ Response
83 System::String^ get();
99 virtual long long Handle()
override;
101 virtual void Initialize()
override;
103 virtual void ReleaseReference()
override;