|
|
NetworkState & | operator= (NetworkState const &) |
| |
|
| NetworkState (NetworkState const &) |
| |
| MCAPI ::xbox::httpclient::Result<::std::unique_ptr<::HC_CALL, ::http_alloc_deleter<::HC_CALL > > > | HttpCallCreate () |
| |
| MCAPI long | HttpCallPerformAsync (::HC_CALL *call, ::XAsyncBlock *async) |
| |
| MCAPI | NetworkState (::std::unique_ptr<::xbox::httpclient::IHttpProvider, ::http_alloc_deleter<::xbox::httpclient::IHttpProvider > > httpProvider, ::std::unique_ptr< ::xbox::httpclient::IWebSocketProvider, ::http_alloc_deleter<::xbox::httpclient::IWebSocketProvider > > webSocketProvider) |
| |
| MCAPI bool | ScheduleCleanup () |
| |
| MCAPI long | WebSocketConnectAsync (::http_string &&uri, ::http_string &&subprotocol, ::HC_WEBSOCKET_OBSERVER *clientWebSocketHandle, ::XAsyncBlock *asyncBlock) |
| |
| MCAPI ::xbox::httpclient::Result<::std::shared_ptr<::xbox::httpclient::WebSocket > > | WebSocketCreate () |
| |
| MCAPI | ~NetworkState () |
| |
| MCAPI void * | $ctor (::std::unique_ptr<::xbox::httpclient::IHttpProvider, ::http_alloc_deleter<::xbox::httpclient::IHttpProvider > > httpProvider, ::std::unique_ptr< ::xbox::httpclient::IWebSocketProvider, ::http_alloc_deleter<::xbox::httpclient::IWebSocketProvider > > webSocketProvider) |
| |
| MCAPI void | $dtor () |
| |
◆ NetworkState()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ~NetworkState()
| MCAPI xbox::httpclient::NetworkState::~NetworkState |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ HttpCallCreate()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ HttpCallPerformAsync()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ScheduleCleanup()
| MCAPI bool xbox::httpclient::NetworkState::ScheduleCleanup |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ WebSocketConnectAsync()
| MCAPI long xbox::httpclient::NetworkState::WebSocketConnectAsync |
( |
::http_string && | uri, |
|
|
::http_string && | subprotocol, |
|
|
::HC_WEBSOCKET_OBSERVER * | clientWebSocketHandle, |
|
|
::XAsyncBlock * | asyncBlock ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ WebSocketCreate()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ HttpCallPerformAsyncProvider()
| static MCAPI long xbox::httpclient::NetworkState::HttpCallPerformAsyncProvider |
( |
::XAsyncOp | op, |
|
|
::XAsyncProviderData const * | data ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ HttpCallPerformComplete()
| static MCAPI void xbox::httpclient::NetworkState::HttpCallPerformComplete |
( |
::XAsyncBlock * | async | ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ Initialize()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ WebSocketClosed()
| static MCAPI void xbox::httpclient::NetworkState::WebSocketClosed |
( |
::HC_WEBSOCKET_OBSERVER * | , |
|
|
::HCWebSocketCloseStatus | , |
|
|
void * | c ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ WebSocketConnectAsyncProvider()
| static MCAPI long xbox::httpclient::NetworkState::WebSocketConnectAsyncProvider |
( |
::XAsyncOp | op, |
|
|
::XAsyncProviderData const * | data ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ WebSocketConnectComplete()
| static MCAPI void xbox::httpclient::NetworkState::WebSocketConnectComplete |
( |
::XAsyncBlock * | async | ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
| MCAPI void xbox::httpclient::NetworkState::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: