Table of Contents

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

httpClient HttpClient
address string
postData string

HttpPostRequest(HttpClient, string, string, Version)

public HttpPostRequest(HttpClient httpClient, string address, string postData, Version version)

Parameters

httpClient HttpClient
address string
postData string
version Version

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

ResponseData

public string ResponseData { get; }

Property Value

string

State

public HttpRequestTaskState State { get; }

Property Value

HttpRequestTaskState

Successful

public bool Successful { get; }

Property Value

bool

Methods

Start()

public void Start()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).