Class HttpPostRequest
- Namespace
- TaleWorlds.Library.Http
- Assembly
- TaleWorlds.Library.dll
public class HttpPostRequest : IHttpRequestTask
- Inheritance
-
HttpPostRequest
- Implements
- Inherited Members
Constructors
HttpPostRequest(HttpClient, string, string)
public HttpPostRequest(HttpClient httpClient, string address, string postData)
Parameters
httpClientHttpClientaddressstringpostDatastring
HttpPostRequest(HttpClient, string, string, Version)
public HttpPostRequest(HttpClient httpClient, string address, string postData, Version version)
Parameters
httpClientHttpClientaddressstringpostDatastringversionVersion
Properties
Exception
public Exception Exception { get; }
Property Value
ResponseData
public string ResponseData { get; }
Property Value
State
public HttpRequestTaskState State { get; }
Property Value
Successful
public bool Successful { get; }
Property Value
Methods
Start()
public void Start()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).