Meta XR Platform SDK (UPM) v71 Reference Guide
Meta XR Platform SDK (UPM) v71 Reference Guide
Select your platform
No SDKs available
No versions available

HttpTransferUpdate Class

Represents an update to an HTTP transfer, which is a process of transferring data over the internet using the HTTP protocol. It provides a way for developers to monitor the progress of an HTTP transfer and can be retrieved using Message::MessageType::Notification_HTTP_Transfer.

Fields

It's a unique identifier for the HTTP transfer. It is used to track the progress of the transfer and can be retrieved using Message::RequestID.
An array of bytes that represents the data being transferred.
This field is a boolean value that indicates whether the HTTP transfer has been completed or not.

Member Functions

HttpTransferUpdate
( IntPtr o )
Did you find this page helpful?