Class BaseAptosRequest
- Namespace
- Aptos
- Assembly
- Aptos.dll
public abstract class BaseAptosRequest
- Inheritance
-
BaseAptosRequest
- Derived
-
- Inherited Members
-
Properties
Body
public abstract dynamic? Body { get; set; }
Property Value
- dynamic
ContentType
public abstract string? ContentType { get; set; }
Property Value
- string
OriginMethod
public abstract string? OriginMethod { get; set; }
Property Value
- string
Path
public abstract string? Path { get; set; }
Property Value
- string
QueryParams
public abstract Dictionary<string, string>? QueryParams { get; set; }
Property Value
- Dictionary<string, string>