Table of Contents

Class AptosRequest

Namespace
Aptos
Assembly
Aptos.dll
public class AptosRequest : BaseAptosRequest
Inheritance
AptosRequest
Inherited Members

Constructors

AptosRequest(string, GetAptosRequest)

public AptosRequest(string url, GetAptosRequest getAptosRequest)

Parameters

url string
getAptosRequest GetAptosRequest

AptosRequest(string, PostAptosRequest)

public AptosRequest(string url, PostAptosRequest postAptosRequest)

Parameters

url string
postAptosRequest PostAptosRequest

AptosRequest(string, HttpMethod, BaseAptosRequest)

public AptosRequest(string url, HttpMethod method, BaseAptosRequest request)

Parameters

url string
method HttpMethod
request BaseAptosRequest

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

public AptosRequest(string url, HttpMethod method, string? path = null, dynamic? body = null, string? contentType = null, Dictionary<string, string>? queryParams = null, string? originMethod = null)

Parameters

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

Properties

Body

public override dynamic? Body { get; set; }

Property Value

dynamic

ContentType

public override string? ContentType { get; set; }

Property Value

string

Method

public HttpMethod Method { get; set; }

Property Value

HttpMethod

OriginMethod

public override string? OriginMethod { get; set; }

Property Value

string

Path

public override string? Path { get; set; }

Property Value

string

QueryParams

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

Property Value

Dictionary<string, string>

Url

public string Url { get; set; }

Property Value

string