Table of Contents

Class Response

Namespace
Playnite.SDK.WebViewModels
Assembly
Playnite.SDK.dll
public class Response
Inheritance
Response
Inherited Members

Properties

Charset

public string Charset { get; set; }

Property Value

string

Headers

public Dictionary<string, string> Headers { get; set; }

Property Value

Dictionary<string, string>

MimeType

public string MimeType { get; set; }

Property Value

string

StatusCode

public int StatusCode { get; set; }

Property Value

int

StatusText

public string StatusText { get; set; }

Property Value

string