LeviLamina
Loading...
Searching...
No Matches
ExternalHttpProvider.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/lib_http_client/IHttpProvider.h"
7
8// auto generated forward declare list
9// clang-format off
10struct HC_CALL;
11struct XAsyncBlock;
12// clang-format on
13
14namespace xbox::httpclient {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual HRESULT PerformAsync(::HC_CALL* callHandle, ::XAsyncBlock* async) /*override*/;
35
36 // vIndex: 0
37 virtual ~ExternalHttpProvider() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCNAPI bool HasCallback() const;
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCNAPI static ::xbox::httpclient::ExternalHttpProvider& Get();
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCNAPI HRESULT $PerformAsync(::HC_CALL* callHandle, ::XAsyncBlock* async);
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
64
65} // namespace xbox::httpclient
Definition ExternalHttpProvider.h:16
static MCAPI ::xbox::httpclient::ExternalHttpProvider & Get()
MCAPI HRESULT $PerformAsync(::HC_CALL *callHandle, ::XAsyncBlock *async)
Definition IHttpProvider.h:16
Definition HC_CALL.h:16
Definition XAsyncBlock.h:10
Definition Alias.h:14