Table of Contents

Class HttpRequest

public class HttpRequest
Inheritance
HttpRequest
Inherited Members
Extension Methods

Properties

AuthToken

public string AuthToken { get; set; }

Property Value

string

BaseUrl

public string BaseUrl { get; set; }

Property Value

string

Body

public byte[] Body { get; set; }

Property Value

byte[]

ContentType

public string ContentType { get; set; }

Property Value

string

FormData

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

Property Value

Dictionary<string, string>

Headers

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

Property Value

Dictionary<string, string>

JsonBody

public object JsonBody { get; set; }

Property Value

object

Method

public string Method { get; set; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string

QueryParams

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

Property Value

Dictionary<string, string>

Methods

GetAllHeaders()

public Dictionary<string, string> GetAllHeaders()

Returns

Dictionary<string, string>

GetFullUrl()

public string GetFullUrl()

Returns

string

GetRequestBody()

public byte[] GetRequestBody()

Returns

byte[]