Table of Contents

Class ClientRequest

Namespace
Aptos
Assembly
Aptos.dll
public class ClientRequest
Inheritance
ClientRequest
Inherited Members

Constructors

ClientRequest(string, HttpMethod, dynamic?, string?, Dictionary<string, string>?, Dictionary<string, string>?)

public ClientRequest(string url, HttpMethod method, dynamic? body = null, string? contentType = null, Dictionary<string, string>? queryParams = null, Dictionary<string, string>? headers = null)

Parameters

url string
method HttpMethod
body dynamic
contentType string
queryParams Dictionary<string, string>
headers Dictionary<string, string>

Fields

Body

public dynamic? Body

Field Value

dynamic

ContentType

public string? ContentType

Field Value

string

Headers

public Dictionary<string, string>? Headers

Field Value

Dictionary<string, string>

Method

public HttpMethod Method

Field Value

HttpMethod

QueryParams

public Dictionary<string, string>? QueryParams

Field Value

Dictionary<string, string>

Url

public string Url

Field Value

string