Table of Contents

Class ClientRequest

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

Constructors

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

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

Parameters

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

Fields

Body

public object? Body

Field Value

object

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