API reference
API reference
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.

Constructors

HttpTransferUpdate ( o )
Signature
Oculus.Platform.Models.HttpTransferUpdate.HttpTransferUpdate(IntPtr o)
Parameters
o: IntPtr

Fields

ID : readonly UInt64
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.
Signature
readonly UInt64 Oculus.Platform.Models.HttpTransferUpdate.ID
IsCompleted : readonly bool
This field is a boolean value that indicates whether the HTTP transfer has been completed or not.
Signature
readonly bool Oculus.Platform.Models.HttpTransferUpdate.IsCompleted
Payload : readonly byte []
An array of bytes that represents the data being transferred.
Signature
readonly byte [] Oculus.Platform.Models.HttpTransferUpdate.Payload