LeviLamina
Loading...
Searching...
No Matches
WinHttp_HttpProvider.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;
12namespace xbox::httpclient { class WinHttpProvider; }
13// clang-format on
14
15namespace xbox::httpclient {
16
18public:
19 // member variables
20 // 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 ~WinHttp_HttpProvider() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCNAPI explicit WinHttp_HttpProvider(::std::shared_ptr<::xbox::httpclient::WinHttpProvider> provider);
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCNAPI void* $ctor(::std::shared_ptr<::xbox::httpclient::WinHttpProvider> provider);
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 IHttpProvider.h:16
Definition WinHttp_HttpProvider.h:17
MCAPI void * $ctor(::std::shared_ptr<::xbox::httpclient::WinHttpProvider > provider)
MCAPI HRESULT $PerformAsync(::HC_CALL *callHandle, ::XAsyncBlock *async)
MCAPI WinHttp_HttpProvider(::std::shared_ptr<::xbox::httpclient::WinHttpProvider > provider)
Definition HC_CALL.h:16
Definition XAsyncBlock.h:10
Definition Alias.h:14