Show / Hide Table of Contents

Class RestRequest

Represents a single queued request to be sent to the PlayUR server.

Inheritance
object
RestRequest
Namespace: PlayUR.Core
Assembly: PlayUR.dll
Syntax
public class RestRequest

Fields

| Improve this Doc View Source

Endpoint

Declaration
public string Endpoint
Field Value
Type Description
string
| Improve this Doc View Source

Method

Declaration
public RestMethod Method
Field Value
Type Description
RestMethod

Properties

| Improve this Doc View Source

ClearPostRequest

Empty the data after the quest has been made.

Declaration
public bool ClearPostRequest { get; set; }
Property Value
Type Description
bool
| Improve this Doc View Source

Data

Data sent with the request

Declaration
public byte[] Data { get; set; }
Property Value
Type Description
byte[]
| Improve this Doc View Source

IsCleared

Was the data cleared an no longer available?

Declaration
public bool IsCleared { get; set; }
Property Value
Type Description
bool
| Improve this Doc View Source

IsCompleted

Declaration
public bool IsCompleted { get; }
Property Value
Type Description
bool
| Improve this Doc View Source

Order

Declaration
public ulong Order { get; set; }
Property Value
Type Description
ulong
| Improve this Doc View Source

RequestedAt

Declaration
public DateTime RequestedAt { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

SubmittedAt

Declaration
public DateTime SubmittedAt { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX