Class RestRequest
Represents a single queued request to be sent to the PlayUR server.
Assembly: PlayUR.dll
Syntax
Fields
|
Improve this Doc
View Source
Endpoint
Declaration
Field Value
|
Improve this Doc
View Source
Method
Declaration
Field Value
Properties
|
Improve this Doc
View Source
ClearPostRequest
Empty the data after the quest has been made.
Declaration
public bool ClearPostRequest { get; set; }
Property Value
|
Improve this Doc
View Source
Data
Data sent with the request
Declaration
public byte[] Data { get; set; }
Property Value
|
Improve this Doc
View Source
IsCleared
Was the data cleared an no longer available?
Declaration
public bool IsCleared { get; set; }
Property Value
|
Improve this Doc
View Source
IsCompleted
Declaration
public bool IsCompleted { get; }
Property Value
|
Improve this Doc
View Source
Order
Declaration
public ulong Order { get; set; }
Property Value
|
Improve this Doc
View Source
RequestedAt
Declaration
public DateTime RequestedAt { get; set; }
Property Value
|
Improve this Doc
View Source
SubmittedAt
Declaration
public DateTime SubmittedAt { get; set; }
Property Value
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value