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
stringmethod
HttpMethodbody
dynamiccontentType
stringqueryParams
Dictionary<string, string>headers
Dictionary<string, string>
Fields
Body
public dynamic? Body
Field Value
- dynamic
ContentType
public string? ContentType
Field Value
Headers
public Dictionary<string, string>? Headers
Field Value
Method
public HttpMethod Method
Field Value
QueryParams
public Dictionary<string, string>? QueryParams
Field Value
Url
public string Url