Class Request
- Namespace
- Playnite.SDK.WebViewModels
- Assembly
- Playnite.SDK.dll
public class Request
- Inheritance
-
Request
- Inherited Members
Properties
Headers
public Dictionary<string, string> Headers { get; set; }
Property Value
Identifier
public ulong Identifier { get; }
Property Value
Method
public string Method { get; set; }
Property Value
ReferrerUrl
public string ReferrerUrl { get; set; }
Property Value
ResourceType
public ResourceType ResourceType { get; set; }
Property Value
Url
public string Url { get; set; }