HttpTransferUpdate
(
o
)
|
Signature
Oculus.Platform.Models.HttpTransferUpdate.HttpTransferUpdate(IntPtr o) Parameters o: IntPtr |
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 |